Skip to content

Commit

Permalink
refactor : jdk 경량화
Browse files Browse the repository at this point in the history
  • Loading branch information
ywj9811 authored Jan 17, 2024
1 parent 5ffe344 commit 70cdb9c
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,4 +1,4 @@
FROM openjdk:17-jdk
FROM openjdk:17-jdk-alpine3.14
ARG JAR_FILE=./build/libs/log-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit 70cdb9c

Please sign in to comment.