Skip to content

Commit

Permalink
remove unnecessary env cmd from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeifer committed Oct 3, 2023
1 parent bd6123a commit 742815d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ FROM python:3.11-slim-bookworm

ENV SWOOP_CONFIG_FILE=swoop-config.yml

RUN env

COPY --from=APP /opt/swoop/api/swoop-api-venv /opt/swoop/api/swoop-api-venv
COPY --from=APP /opt/swoop/api/$SWOOP_CONFIG_FILE /opt/swoop/api/swoop-api-venv
ENV PATH=/opt/swoop/api/swoop-api-venv/bin:$PATH
Expand Down

0 comments on commit 742815d

Please sign in to comment.