Skip to content

Commit

Permalink
[Chore] Dockerfile에서 JAR 파일 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
jj0526 authored Dec 26, 2024
1 parent f61c3cc commit db5713e
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
@@ -1,4 +1,4 @@
FROM openjdk:17-alpine
ARG JAR_FILE=build/libs/*.jar
ARG JAR_FILE=build/libs/eatmate-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} application.jar
ENTRYPOINT ["java","-Dspring.profiles.active=dev","-jar","/application.jar"]

0 comments on commit db5713e

Please sign in to comment.