Merge remote-tracking branch 'origin/dev' into dev

pull/92/head
李强 2023-04-04 01:48:45 +08:00
commit 7d01d3ce8a
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ RUN apk update && apk add bash bash-doc bash-completion git freetds-dev jpeg-dev
WORKDIR /backend
COPY ./backend/requirements.txt .
COPY ./docker_env/requirements-all.txt .
RUN python3 -m pip install -i https://mirrors.aliyun.com/pypi/simple/ -r /requirements.txt
RUN python3 -m pip install -i https://mirrors.aliyun.com/pypi/simple/ -r /requirements-all.txt
RUN python3 -m pip install -i https://mirrors.aliyun.com/pypi/simple/ -r ./requirements.txt
RUN python3 -m pip install -i https://mirrors.aliyun.com/pypi/simple/ -r ./requirements-all.txt

View File