Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 27, 2024
1 parent a5b0800 commit 7b204cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scalability/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM openjdk:8

WORKDIR /app

COPY target/pi-nexus-api.jar /app/

EXPOSE 8080

CMD ["java", "-jar", "pi-nexus-api.jar"]

0 comments on commit 7b204cd

Please sign in to comment.