Skip to content

Commit

Permalink
Merge pull request #17 from goormthon-Univ/dev
Browse files Browse the repository at this point in the history
!Hotfix: Dockerfile 수정
  • Loading branch information
JeongHeumChoi authored Mar 14, 2024
2 parents d72cf00 + 47a1449 commit 30718ff
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
Expand Up @@ -6,5 +6,5 @@ RUN ./gradlew clean build -x test

FROM openjdk:17-jdk-alpine
COPY --from=builder /usr/src/build/libs/startup_valley-0.0.1-SNAPSHOT.jar /usr/app/app.jar
COPY application-prod.yml /usr/app/config/application-prod.yml
COPY src/main/resources/application-prod.yml /usr/app/config/application-prod.yml
ENTRYPOINT ["java", "-jar", "/usr/app/app.jar", "--spring.config.location=file:/usr/app/config/application-prod.yml"]

0 comments on commit 30718ff

Please sign in to comment.