Skip to content

Commit 10bcd6b

Browse files
committed
Feat: add Dockerfile
1 parent 1daa1a1 commit 10bcd6b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM openjdk:17-jdk-slim
2+
WORKDIR /app
3+
4+
COPY build/libs/*.jar app.jar
5+
ENTRYPOINT ["java", "-jar", "app.jar"]

0 commit comments

Comments
 (0)