diff --git a/docker_env/django/DockerfileBuild b/docker_env/django/DockerfileBuild index b5d4ac3..dc994d1 100644 --- a/docker_env/django/DockerfileBuild +++ b/docker_env/django/DockerfileBuild @@ -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 \ No newline at end of file +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 \ No newline at end of file diff --git a/docker_env/requirements-all.txt b/docker_env/requirements-all.txt new file mode 100644 index 0000000..e69de29