Skip to content

Commit

Permalink
Update Docker poetry install commands to resolve deprecation and lock…
Browse files Browse the repository at this point in the history
… file issues
  • Loading branch information
VRSEN committed May 5, 2024
1 parent f65730a commit 1d99dbb
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 pip install --no-cache-dir poetry \
COPY poetry.lock /env/poetry.lock
COPY pyproject.toml /env/pyproject.toml

RUN cd /env && poetry install --no-dev
RUN cd /env && poetry lock --no-update && poetry install --only main

EXPOSE 8086

Expand Down

0 comments on commit 1d99dbb

Please sign in to comment.