We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df33e5 commit 4d4fefeCopy full SHA for 4d4fefe
waste-management-application/Dockerfile
@@ -7,7 +7,7 @@ ARG JAR_FILE=target/*.jar
7
# Copy the JAR file from the build context into the Docker image
8
COPY ${JAR_FILE} app.jar
9
10
-CMD apt-get update -y
+#CMD apt-get update -y
11
12
# Set the default command to run the Java application
13
-ENTRYPOINT ["java", "-Xmx2048M", "-jar", "/app.jar"]
+ENTRYPOINT ["java", "-Xmx2048M", "-jar", "/app.jar"]
0 commit comments