From 818781775280074bfafe0573251f040d7db4c8b7 Mon Sep 17 00:00:00 2001 From: Shaquille Soekhlal Date: Mon, 15 Feb 2021 11:42:40 +0100 Subject: [PATCH] even more fixes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9deccb..254c9c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ADD . /cwebcomp/ RUN mkdir static RUN pip install -r requirements.txt -RUN python manage.py collectstatic +RUN python CalibreWebCompanion/manage.py collectstatic # only if you need celery #RUN useradd -ms /bin/bash celery