Skip to content

Commit

Permalink
chore: Update Dockerfile to use relative path for jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony0380 committed Jun 9, 2024
1 parent 2de28d9 commit 0167de0
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 openjdk:19-jdk-slim
RUN mkdir /app
COPY target/computability-all.jar /app
COPY ./build/libs/computability-all.jar /app
WORKDIR /app
ENTRYPOINT ["java", "-jar", "computability-all.jar"]

0 comments on commit 0167de0

Please sign in to comment.