Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongHeumChoi authored Feb 14, 2024
1 parent 048e87a commit 79d9bbf
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 @@ -11,5 +11,5 @@ RUN ./gradlew clean build -x test

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

0 comments on commit 79d9bbf

Please sign in to comment.