LAW-3131 fix dockerfile

This commit is contained in:
g
2020-02-11 16:27:07 +03:00
parent d32a325ae4
commit 4576f86b19

View File

@@ -1,7 +1,7 @@
FROM python:3
COPY requirements.txt /app/
RUN pip install -r requirements.txt
RUN pip install -r /app/requirements.txt
COPY . /app/
WORKDIR /app/