Skip to content

Commit

Permalink
Feat :: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbj338033 committed Jul 10, 2024
1 parent dd37b79 commit 822c0e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM openjdk:21
ARG JAR_FILE=./build/libs/*.jar
COPY ${JAR_FILE} openwiki-server.jar
ENV TZ=Asia/Seoul
ENTRYPOINT ["java", "-jar", "/openwiki-server.jar"]

0 comments on commit 822c0e0

Please sign in to comment.