Skip to content

Commit

Permalink
Fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ysavary committed Mar 19, 2023
1 parent f5cf61d commit cb4659b
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 @@ RUN apt update; \
RUN curl -sSL https://install.python-poetry.org | python - --version 1.3.2

COPY . .
RUN POETRY_VIRTUALENVS_IN_PROJECT=true poetry install --no-dev
RUN POETRY_VIRTUALENVS_IN_PROJECT=true /root/.local/bin/poetry install --no-dev

FROM base AS runtime

Expand Down

0 comments on commit cb4659b

Please sign in to comment.