Skip to content

Commit

Permalink
feat(python): working build for py38,py39,py310
Browse files Browse the repository at this point in the history
also reduces the docker image size ~100M
  • Loading branch information
shinybrar committed Jun 7, 2024
1 parent a921559 commit 6c0b3ef
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 @@ -61,7 +61,7 @@ COPY . $PYSETUP_PATH
WORKDIR $PYSETUP_PATH
# Install Project Dependencies
RUN set -ex \
&& poetry install --without dev --no-interaction --no-ansi --no-cache -v
&& poetry install --without dev --without docs --no-interaction --no-ansi --no-cache -v

FROM base as production
# Copy Virtual Environment
Expand Down

0 comments on commit 6c0b3ef

Please sign in to comment.