Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdone44 committed Mar 12, 2024
1 parent 4b10603 commit 9e723f9
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 @@ -104,9 +104,9 @@ RUN --mount=type=bind,target=./pyproject.toml,src=./pyproject.toml \
--mount=type=cache,target=/root/.cache/pypoetry \
python -m venv /ak-root/venv/ && \
/bin/bash -c "source /ak-root/venv/bin/activate" && \
poetry config virtualenvs.create false --local &&\
pip3 install --upgrade pip && \
pip3 install poetry && \
poetry config virtualenvs.create false --local &&\
poetry install --only=main --no-ansi --no-interaction

# Stage 6: Run
Expand Down

0 comments on commit 9e723f9

Please sign in to comment.