Skip to content

Commit

Permalink
Dockerfile: Use $VIRTUAL_ENV instead of duplicating its value
Browse files Browse the repository at this point in the history
  • Loading branch information
jherland committed May 14, 2024
1 parent 00e4edd commit 317abf5
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 @@ -8,4 +8,4 @@ RUN $VIRTUAL_ENV/bin/pip install --no-cache-dir --upgrade pip setuptools \

ENV PATH="${VIRTUAL_ENV}/bin:$PATH"

CMD ["/opt/venv/bin/fawltydeps"]
CMD ["${VIRTUAL_ENV}/bin/fawltydeps"]

0 comments on commit 317abf5

Please sign in to comment.