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 5909b79 commit 8ef57c9Copy full SHA for 8ef57c9
docker/chat.Dockerfile
@@ -1,5 +1,5 @@
1
# Start with a base image containing Java runtime
2
-FROM openjdk:17-jdk-slim
+FROM openjdk:17-jdk
3
4
# The application's jar file
5
ARG JAR_FILE=chat/build/libs/soundlink_chat.jar
docker/default.Dockerfile
ARG JAR_FILE=default/build/libs/soundlink_default.jar
0 commit comments