Skip to content

Commit

Permalink
Merge pull request #349 from GSM-MSG/348-update-dockerfile
Browse files Browse the repository at this point in the history
💚 Dockerfile 수정
  • Loading branch information
enbraining authored Oct 20, 2024
2 parents f314ecc + ece8e28 commit e06a472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:11-jdk-slim
WORKDIR /app
ARG JAR_FILE=build/libs/*.jar
ARG JAR_FILE=build/libs/gauth-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} gauth.jar
ENV TZ=Asia/Seoul
CMD ["java", "-jar", "-Dspring.profiles.active=prod", " gauth.jar"]
CMD ["java", "-jar", "-Dspring.profiles.active=prod", "gauth.jar"]

0 comments on commit e06a472

Please sign in to comment.