Skip to content

Commit

Permalink
chore : admin Docker파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seulgi99 authored Oct 9, 2023
1 parent de88e04 commit f6336c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions likelion-admin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM openjdk:17
ARG JAR_FILE=build/libs/*.jar
ARG JAR_FILE=./build/libs/*.jar
COPY ${JAR_FILE} app.jar
EXPOSE 8090

ENTRYPOINT ["java","-jar","-Duser.timezone=Asia/Seoul","-Dspring.profiles.active=${PROFILE}","/app.jar"]
ENTRYPOINT ["java","-jar","-Duser.timezone=Asia/Seoul","-Dspring.profiles.active=${PROFILE}","/app.jar"]

0 comments on commit f6336c5

Please sign in to comment.