diff --git a/Dockerfile b/Dockerfile index 57bd7f4..a68de74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY src ./src # Modify the permissions of the mvnw script. RUN chmod +x ./mvnw -#CMD apt-get update -y +#CMD apk update -y # Set the default command to run the Java application. #ENTRYPOINT ["java", "-Xmx2048M", "-jar", "/application.jar"]