Skip to content

Commit

Permalink
fix poetry path
Browse files Browse the repository at this point in the history
  • Loading branch information
lukovdm committed Apr 19, 2023
1 parent 0edb09b commit 549cef1
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 @@ -13,7 +13,7 @@ ENV PYTHONUNBUFFERED=1 \
# Use production settings
ENV DJANGO_SETTINGS_MODULE website.settings.production
# Add poetry to PATH
ENV PATH="/root/.poetry/bin:$PATH"
#ENV PATH="/root/.poetry/bin:$PATH"

RUN apt-get update \
&& apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit 549cef1

Please sign in to comment.