This commit is contained in:
Shaquille Soekhlal 2021-02-15 11:39:49 +01:00
parent 9f5e2e93dd
commit fd77792688

View File

@ -16,7 +16,7 @@ ADD . /cwebcomp/
# only add this next one if you have static files
RUN mkdir static
RUN pip install -r requirements/requirements.txt
RUN pip install -r ../../requirements.txt
RUN python manage.py collectstatic
# only if you need celery