Skip to content

Commit

Permalink
add docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
KWY0218 committed Jul 9, 2024
1 parent da4f79b commit ad48a42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM amd64/amazoncorretto:17

WORKDIR /app

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

CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "asap-server.jar"]

0 comments on commit ad48a42

Please sign in to comment.