Skip to content

Commit

Permalink
add docker file for deploying in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Sep 24, 2024
1 parent 5d34a2d commit 74ae52b
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 openjdk:21-jdk-slim
COPY target/*.jar ./app.jar
ENTRYPOINT java -jar ./app.jar

0 comments on commit 74ae52b

Please sign in to comment.