Skip to content

Commit

Permalink
Merge pull request #59 from observerly/ci/Dockerfile
Browse files Browse the repository at this point in the history
ci: Updated Dockerfile to reference https://install.python-poetry.org for poetry install.
  • Loading branch information
michealroberts authored Aug 31, 2022
2 parents 5385d91 + d30a03f commit 7f76f0a
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 @@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED 1
WORKDIR /usr/src/app

# Install Poetry
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | POETRY_HOME=/opt/poetry python && \
RUN curl -sSL https://install.python-poetry.org | POETRY_HOME=/opt/poetry python && \
cd /usr/local/bin && \
ln -s /opt/poetry/bin/poetry && \
poetry config virtualenvs.create false
Expand Down

0 comments on commit 7f76f0a

Please sign in to comment.