even more fixes

This commit is contained in:
Shaquille Soekhlal 2021-02-15 11:42:40 +01:00
parent 9160a37378
commit 8187817752

View File

@ -17,7 +17,7 @@ ADD . /cwebcomp/
RUN mkdir static RUN mkdir static
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
RUN python manage.py collectstatic RUN python CalibreWebCompanion/manage.py collectstatic
# only if you need celery # only if you need celery
#RUN useradd -ms /bin/bash celery #RUN useradd -ms /bin/bash celery