Skip to content

Commit

Permalink
Merge pull request #7 from PaulKreft/docker
Browse files Browse the repository at this point in the history
add dockerfile
  • Loading branch information
PaulKreft authored Feb 1, 2024
2 parents d915fc0 + 561435e commit fada31f
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 --platform=linux/amd64 openjdk:21
LABEL maintainer="[email protected]"
EXPOSE 8080
ADD backend/target/app.jar app.jar
CMD [ "sh", "-c", "java -jar /app.jar" ]

0 comments on commit fada31f

Please sign in to comment.