Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
b41b1071e6
|
+1
-1
@@ -25,6 +25,6 @@ WORKDIR /app
|
|||||||
# Switch user
|
# Switch user
|
||||||
USER skycrateBack
|
USER skycrateBack
|
||||||
|
|
||||||
# EXPOSE 8080
|
EXPOSE 8081
|
||||||
|
|
||||||
CMD ["java", "-jar", "/app/skycrateBackend-0.0.1-SNAPSHOT.jar"]
|
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
|
spring.jpa.open-in-view=false
|
||||||
logging.level.org.springframework.security.config.annotation.authentication.configuration.InitializeUserDetailsBeanManagerConfigurer=ERROR
|
logging.level.org.springframework.security.config.annotation.authentication.configuration.InitializeUserDetailsBeanManagerConfigurer=ERROR
|
||||||
|
|
||||||
server.port=8080
|
server.port=8081
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user