From 5c52b5111e7bd330b33a4da9bd7ebed52a32020c 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 22:35:09 -0400 Subject: [PATCH] Test --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d77110aaa..d0882848f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,5 @@ VOLUME /bazarr/data # Install app dependencies RUN pip install -r /bazarr/requirements.txt +WORKDIR /bazarr CMD ["python", "bazarr.py"] \ No newline at end of file