Skip to content

Commit

Permalink
changed Dockerfile to keep it the same with Dockerfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
deshetti committed Nov 29, 2022
1 parent a2c3a38 commit b7ec89d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ FROM tiangolo/uvicorn-gunicorn-fastapi:python3.9

WORKDIR /app

ENV POETRY_VERSION=1.1.7
ENV POETRY_VERSION=1.2.0

# Install Poetry
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 experimental.new-installer false && \
poetry config virtualenvs.create false

# Copy poetry.lock* in case it doesn't exist in the repo
Expand Down

0 comments on commit b7ec89d

Please sign in to comment.