Skip to content

Commit

Permalink
删除poetry环境
Browse files Browse the repository at this point in the history
  • Loading branch information
abu committed Dec 25, 2023
1 parent 1a383b9 commit d4a1045
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ RUN dos2unix /res/entrypoint.sh \

FROM node:lts-bullseye-slim AS runtime

ARG BUNDLE_FFMPEG true
ARG BUNDLE_POETRY false
ARG USE_APT_MIRROR true
ARG USE_NPM_MIRROR true
ARG USE_PYPI_MIRROR true
ARG BUNDLE_FFMPEG=true
ARG BUNDLE_POETRY=false
ARG USE_APT_MIRROR=true
ARG USE_NPM_MIRROR=true
ARG USE_PYPI_MIRROR=true

RUN export BUNDLE_FFMPEG=${BUNDLE_FFMPEG:-true} \
&& export BUNDLE_POETRY=${BUNDLE_POETRY:-true} \
Expand Down

0 comments on commit d4a1045

Please sign in to comment.