Skip to content

Commit

Permalink
📝docs : Dockerfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo committed May 23, 2024
1 parent 0a0ec8d commit a9a6203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weather-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\FROM openjdk:17-jdk
FROM openjdk:17-jdk

ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar
Expand Down

0 comments on commit a9a6203

Please sign in to comment.