Skip to content

Commit

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

0 comments on commit 9f8a92a

Please sign in to comment.