This commit is contained in:
Egor Matveev 2021-11-05 19:10:33 +03:00
parent bc571beee2
commit 77efb5b663
4 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ENV DJANGO_SETTINGS_MODULE Sprint.settings
RUN mkdir -p /usr/src/app/
WORKDIR /usr/src/app/
COPY ../.. /usr/src/app/
COPY . /usr/src/app/
RUN pip3 install -r requirements.txt

Binary file not shown.