Skip to content

Commit

Permalink
Merge pull request #31 from winds-mobi/bugfix/docker
Browse files Browse the repository at this point in the history
Fixed Dockerfile
  • Loading branch information
ysavary authored Mar 19, 2023
2 parents f5cf61d + cb4659b commit f0f8316
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 f0f8316

Please sign in to comment.