Skip to content

Commit

Permalink
config: docker 포트 오픈 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoo0-0 committed Aug 30, 2023
1 parent c82e347 commit 4cd79e2
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
Expand Up @@ -10,4 +10,5 @@ FROM eclipse-temurin:17-jre
WORKDIR /app
COPY --from=builder /app/build/libs/shopping-0.0.1-SNAPSHOT.jar /app/app.jar
EXPOSE 8080
EXPOSE 9098
ENTRYPOINT ["java", "-jar", "/app/app.jar", "--spring.profiles.active=${SPRING_PROFILES_ACTIVE}"]

0 comments on commit 4cd79e2

Please sign in to comment.