reorganizing build scripts
This commit is contained in:
parent
633c1e87e8
commit
b894b60b65
430 changed files with 136 additions and 53943 deletions
|
|
@ -29,9 +29,5 @@ RUN playwright install-deps && playwright install
|
|||
# Expose port 8000
|
||||
EXPOSE 8000
|
||||
|
||||
RUN python manage.py collectstatic --noinput
|
||||
|
||||
#RUN python manage.py loaddata seed/* && python manage.py createcachetable django_cache
|
||||
|
||||
# Use gunicorn on port 8000
|
||||
CMD ["gunicorn", "--bind", ":8000", "django_project.wsgi", "--timeout", "300"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue