added requirements

This commit is contained in:
2021-07-29 20:53:47 +03:00
parent 69d29a7e39
commit a8233e8d09
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ WORKDIR /usr/src/app
COPY Pipfile ./
COPY Pipfile.lock ./
RUN set -ex && pip install
RUN set -ex && pip install -r requirements.txt
COPY . .