Skip to content

Commit

Permalink
[fix] #20 - GitActions Runner path 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarlgnszx committed May 15, 2024
1 parent 8f2a8a8 commit 22b8dfd
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,5 +1,5 @@
FROM khipu/openjdk17-alpine:latest
ARG JAR_FILE_PATH=kream/build/libs/kream-0.0.1-SNAPSHOT.jar
ARG JAR_FILE_PATH=build/libs/kream-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE_PATH} app.jar
ENTRYPOINT ["java", "-jar", "app.jar"]
EXPOSE 8080
Expand Down

0 comments on commit 22b8dfd

Please sign in to comment.