Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
chore: clean up Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
knjk04 committed Mar 13, 2022
1 parent 5e2377c commit 79de6d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ ENV db_username_env ${DB_USERNAME}
ARG DB_PASSWORD
ENV db_password_env ${DB_PASSWORD}

RUN echo ${DB_HOSTNAME}
RUN echo ${db_hostname_env}

COPY --from=builder $JAR_FILE /opt/bookapp/app.jar
WORKDIR /opt/bookapp/

Expand Down

0 comments on commit 79de6d4

Please sign in to comment.