From 4a35543049d2a0ad07cd191fe77d7bbf326d24a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Thu, 19 Oct 2017 17:11:09 -0400 Subject: [PATCH] Update to requirements path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f6fea69b..2461f8ac6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,6 @@ RUN git clone -b development --single-branch https://github.com/morpheus65535/ba WORKDIR /bazarr # Install app dependencies -RUN pip install -r requirements.txt +RUN pip install -r /bazarr/requirements.txt CMD ["python", "bazarr.py"] \ No newline at end of file