Skip to content

Commit

Permalink
Update Dockerfile (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati authored Jun 6, 2023
1 parent a7a0c45 commit d5cf454
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 @@ -27,7 +27,7 @@ ENV \
POETRY_NO_INTERACTION=1

# Install Poetry - respects $POETRY_VERSION & $POETRY_HOME
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python
RUN curl -sSL https://install.python-poetry.org | python
ENV PATH="$POETRY_HOME/bin:$PATH"

WORKDIR $APP_PATH
Expand Down

0 comments on commit d5cf454

Please sign in to comment.