Skip to content

Commit

Permalink
refact: edit dockerfile expose port
Browse files Browse the repository at this point in the history
  • Loading branch information
ManHyuk committed Jan 6, 2024
1 parent 8c27152 commit 0ba578d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 openjdk:17-jdk-slim
EXPOSE 8080 7463 8888 7644
EXPOSE 8080 7463
COPY application/api/build/libs/*.jar app.jar
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit 0ba578d

Please sign in to comment.