Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chanyoung1998 authored Jul 15, 2024
1 parent eadc000 commit 444f037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dplanner/deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ COPY ${JAR_FILE} dplanner.jar

RUN mkdir ./log

ENTRYPOINT ["java","-jar", "-Dspring.profiles.active=production", "/dplanner.jar"]
ENTRYPOINT ["java","-jar", "-Dspring.profiles.active=production", "./dplanner.jar"]

0 comments on commit 444f037

Please sign in to comment.