collectstatic

This commit is contained in:
ducoterra
2020-04-24 21:26:21 -04:00
parent f362194c5e
commit e01bf28646
2 changed files with 2 additions and 0 deletions

View File

@@ -7,5 +7,6 @@ COPY ui ui
COPY manage.py manage.py
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
RUN python manage.py collectstatic
CMD ["gunicorn","-b",":8000", "-w", "4", "config.wsgi"]