Changed port from 8080 to 8081 in application.properties and exposed 8081 in Dockerfile for ref.
This commit is contained in:
+1
-1
@@ -25,6 +25,6 @@ WORKDIR /app
|
||||
# Switch user
|
||||
USER skycrateBack
|
||||
|
||||
# EXPOSE 8080
|
||||
EXPOSE 8081
|
||||
|
||||
CMD ["java", "-jar", "/app/skycrateBackend-0.0.1-SNAPSHOT.jar"]
|
||||
|
||||
@@ -19,7 +19,7 @@ spring.jpa.properties.hibernate.format_sql=true
|
||||
spring.jpa.open-in-view=false
|
||||
logging.level.org.springframework.security.config.annotation.authentication.configuration.InitializeUserDetailsBeanManagerConfigurer=ERROR
|
||||
|
||||
server.port=8080
|
||||
server.port=8081
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user