Skip to content

Commit

Permalink
export only main
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint committed Aug 8, 2024
1 parent de10415 commit e132355
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 @@ -31,7 +31,7 @@ EOF
COPY ./pyproject.toml ./poetry.lock /opt/poetry-export/

WORKDIR /opt/poetry-export
RUN poetry export -o /opt/poetry-export/requirements.txt
RUN poetry export --only main --output /opt/poetry-export/requirements.txt


FROM ${BASE_IMAGE} AS runtime-stage
Expand Down

0 comments on commit e132355

Please sign in to comment.