!91 更新dockerfile

Merge pull request !91 from dvadmin/main
pull/92/head
dvadmin 2023-04-03 16:51:03 +00:00 committed by Gitee
commit 2a6abbb124
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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