Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
paulparkinson committed Feb 23, 2024
1 parent f136a59 commit c119c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17-jre-slim
FROM openjdk:17-slim
ADD target/oraclemulticloud-0.0.1-SNAPSHOT.jar oraclemulticloud-0.0.1-SNAPSHOT.jar
EXPOSE 8080
ENTRYPOINT ["java","-jar","oraclemulticloud-0.0.1-SNAPSHOT.jar"]

0 comments on commit c119c18

Please sign in to comment.