Skip to content

Commit

Permalink
Merge pull request #606 from woowacourse-teams/hotfix/workflow
Browse files Browse the repository at this point in the history
[BE] CI/CD ์žฌ ๊ฐ€๋™์„ ์œ„ํ•œ ๊ณต๋ฐฑ ์ถ”๊ฐ€
  • Loading branch information
kpeel5839 authored Oct 19, 2023
2 parents 0baf20e + aee8367 commit 24d1215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile-prod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM openjdk:17
COPY build/libs/mapbefine.jar mapbefine.jar
FROM openjdk:17
COPY build/libs/mapbefine.jar mapbefine.jar
ENTRYPOINT ["java", "-jar","-Dspring.profiles.active=prod", "mapbefine.jar"]

0 comments on commit 24d1215

Please sign in to comment.