Skip to content

Commit

Permalink
Merge pull request #54 from APPS-sookmyung/dev
Browse files Browse the repository at this point in the history
[Fix] Dockerfile 수정
  • Loading branch information
ajung7038 authored Aug 7, 2024
2 parents 42fa584 + ae8fe6a commit 585ae20
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM openjdk:17-jdk
ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar
COPY src/main/resources/application.yml application.yml
ENTRYPOINT ["java", "-Dspring.profiles.active=local", "-jar", "app.jar"]
Empty file removed resources/hello.txt
Empty file.
Empty file removed resources/static/hello.html
Empty file.

0 comments on commit 585ae20

Please sign in to comment.