Skip to content

Commit

Permalink
Practicum 11 second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
abankhele committed Mar 28, 2024
1 parent 402d20b commit 8b72b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM eclipse-temurin:17
WORKDIR /home
COPY ./target/prime-service-0.0.1-SNAPSHOT.jar prime-service.jar
ENTRYPOINT ["java","-jar","prime-service.jar"]
ENTRYPOINT ["java","-jar","prime-service.jar"]

0 comments on commit 8b72b8d

Please sign in to comment.