From 4576f86b19e7f0172ef81601045e3dd19f5dbc67 Mon Sep 17 00:00:00 2001 From: g <> Date: Tue, 11 Feb 2020 16:27:07 +0300 Subject: [PATCH] LAW-3131 fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29568e0..d158f5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/