Skip to content

Commit

Permalink
Aggiornamento Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-lepore committed Jul 11, 2024
1 parent 7da6e85 commit fd19689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM amazoncorretto:22-alpine-full
WORKDIR /app
COPY target/springbackend-0.0.1-SNAPSHOT.jar app.jar
ENTRYPOINT ["java","-jar","app.jar"]

0 comments on commit fd19689

Please sign in to comment.