Skip to content

Commit

Permalink
Remove COPY .env.combined app/.env
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsaamir committed Jul 24, 2024
1 parent 666c43c commit 0904b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV VIRTUAL_ENV=/app/.venv \
COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}

COPY src app
COPY .env.combined app/.env
# COPY .env.combined app/.env
WORKDIR app

EXPOSE 3978
Expand Down

0 comments on commit 0904b68

Please sign in to comment.