Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Oct 27, 2023
1 parent 735c3a5 commit 53550bf
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 @@ -17,4 +17,4 @@ RUN pip install poetry

COPY * /app/cyclops/
RUN poetry config virtualenvs.create false \
&& poetry install --no-interaction --no-ansi --without dev,interface
&& poetry install --no-interaction --no-ansi --with test,docs

0 comments on commit 53550bf

Please sign in to comment.