Skip to content

Commit

Permalink
#15 [feat] Dockerfile 파일 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozo0 committed Jan 5, 2024
1 parent 8548c4d commit a5c3766
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM amd64/amazoncorretto:17

WORKDIR /app

COPY ./build/libs/moddy-server-0.0.1-SNAPSHOT.jar /app/moddy-server.jar

CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "-Dspring.profiles.active=test", "moddy-server.jar"]

0 comments on commit a5c3766

Please sign in to comment.