Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gwon11225 authored Aug 26, 2024
1 parent 529cb98 commit d7073f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ ENV DATABASE_URL=$DATABASE_URL
ENV DATABASE_USERNAME=$DATABASE_USER
ENV DATABASE_PASSWORD=$DATABASE_PASSWORD

RUN echo "DATABASE_URL is $DATABASE_URL"
RUN echo "DATABASE_USERNAME is $DATABASE_USERNAME"
RUN echo "DATABASE_PASSWORD is $DATABASE_PASSWORD"

COPY ../build/libs/chapterTwo-0.0.1-SNAPSHOT.jar /app/app.jar

ENTRYPOINT ["java", "-jar", "/app/app.jar"]
ENTRYPOINT ["java", "-jar", "/app/app.jar"]

0 comments on commit d7073f2

Please sign in to comment.