Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
root to /script
  • Loading branch information
pbcccbeatboard-strato authored Aug 14, 2024
1 parent b85fa30 commit d5313bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/library/openjdk:11-jdk-slim
ENV TZ=Asia/Seoul
ENTRYPOINT ["java", "-jar", "appManager-v0.0.1.jar"]
FROM openjdk:17-slim
COPY ./build/libs/am.jar am.jar
ENTRYPOINT ["java", "-jar","am.jar"]

0 comments on commit d5313bb

Please sign in to comment.