Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chanyoung1998 authored Jul 15, 2024
1 parent a903468 commit 72c81b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dplanner/deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk --no-cache add tzdata && \
echo $TZ > /etc/timezone \
apk del tzdata

ARG JAR_FILE=../build/libs/dplanner-0.0.1-SNAPSHOT.jar
ARG JAR_FILE=./dplanner/build/libs/dplanner-0.0.1-SNAPSHOT.jar

COPY ${JAR_FILE} dplanner.jar

Expand Down

0 comments on commit 72c81b4

Please sign in to comment.