Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fixed the wrong command for alpine builds.
  • Loading branch information
nhkhai committed May 1, 2024
1 parent 0f1f1f2 commit d5bff82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit d5bff82

Please sign in to comment.