Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihye authored May 22, 2024
1 parent 5cdfcac commit 6e7f2d1
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/Together-0.0.1-SNAPSHOT.jar /app/together.jar

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

0 comments on commit 6e7f2d1

Please sign in to comment.