Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
add Dockerfile
  • Loading branch information
pbcccbeatboard-strato authored Aug 22, 2024
1 parent ce823ff commit 68a8ff1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM openjdk:17-slim
COPY ./build/libs/am.jar am.jar
ENTRYPOINT ["java", "-jar","am.jar"]

0 comments on commit 68a8ff1

Please sign in to comment.