Skip to content

Commit

Permalink
Merge pull request #9 from Kusitms-29th-Kobaco-A/chore/dependency
Browse files Browse the repository at this point in the history
fix : 도커 파일 수정
  • Loading branch information
tlarbals824 authored Feb 27, 2024
2 parents 06d8c1c + 68dd64e commit 5c80ec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kobaco/kobaco/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:17
ENV DB_URL ${DB_URL} \
DB_USERNAME ${DB_USERNAME} \
DB_PASSWORD ${DB_PASSWORD} \
ENV DB_URL=${DB_URL}
ENV DB_USERNAME=${DB_USERNAME}
ENV DB_PASSWORD=${DB_PASSWORD}
ARG JAR_FILE=/build/libs/kobaco-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit 5c80ec5

Please sign in to comment.