Skip to content

Commit

Permalink
Create DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
paragon0107 authored Jun 24, 2024
1 parent 25f856b commit 006a73d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DockerFile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM amd64/amazoncorretto:17
WORKDIR /app
COPY ./build/libs/Tiki-server-0.0.1-SNAPSHOT.jar /app/Tiki.jar
CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "-Dspring.profiles.active=dev", "Tiki.jar"]

0 comments on commit 006a73d

Please sign in to comment.