Skip to content

Commit

Permalink
chore: Dockerfile 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gitchannn authored Nov 16, 2023
1 parent 58865b6 commit 280514e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend/Dockerfile-dev2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM openjdk:17-jdk

ARG JAR_FILE=build/libs/backend-0.0.1-SNAPSHOT.jar

COPY ${JAR_FILE} stampcrush.jar

CMD ["java", "-jar", "-Dspring.profiles.active=dev2", "-Duser.timezone=Asia/Seoul", "stampcrush.jar"]

0 comments on commit 280514e

Please sign in to comment.