We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1296e commit 891c800Copy full SHA for 891c800
Dockerfile
@@ -13,7 +13,7 @@ COPY --from=0 /app/app/build/libs/app-*.jar ./snakebot.jar
13
# Note: There is a problem with the way this is setup. Ctrl+C will not work.
14
# Using Spring Boot's environment variable did not work when we tried to use it.
15
EXPOSE 8080
16
-CMD java -jar -Xms1G snakebot.jar
+#CMD java -jar -Xms1G snakebot.jar
17
18
-#ENV PROFILE development
19
-#CMD java -jar -Xms1G snakebot.jar --spring.profiles.active=${PROFILE}
+ENV PROFILE development
+CMD java -jar -Xms1G snakebot.jar --spring.profiles.active=${PROFILE}
0 commit comments