Skip to content

Commit

Permalink
fix: yml 설정 오탈자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
EunChanNam committed Nov 29, 2023
1 parent 7b7e80e commit d9933f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/server/Dockerfile-server
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17-alpine
ARG JAR_PATH=build/libs/*.jar
ARG JAR_PATH=./build/libs/*.jar
COPY ${JAR_PATH} /home/server.jar
ENTRYPOINT ["java", "-Dspring.profiles.active=prod", "-jar","/home/server.jar"]

0 comments on commit d9933f8

Please sign in to comment.