Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
HwanGonJang committed Aug 11, 2023
1 parent 1612ce9 commit 40c5f32
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
@@ -1,3 +1,3 @@
FROM openjdk:17
COPY build/libs/daitssu-api.jar /
ENTRYPOINT ["java", "-Dspring.profiles.active=dev", "-jar","/common.jar"]
ENTRYPOINT ["java", "-Dspring.profiles.active=dev", "-jar","/daitssu-api.jar"]

0 comments on commit 40c5f32

Please sign in to comment.