Changed port from 8080 to 8081 in application.properties and exposed 8081 in Dockerfile for ref.

This commit is contained in:
K
2025-04-20 04:25:10 +05:30
parent c83898e34c
commit b41b1071e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,6 +25,6 @@ WORKDIR /app
# Switch user
USER skycrateBack
# EXPOSE 8080
EXPOSE 8081
CMD ["java", "-jar", "/app/skycrateBackend-0.0.1-SNAPSHOT.jar"]