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