reorganizing build scripts

This commit is contained in:
badblocks 2025-04-17 12:21:21 -07:00
parent 633c1e87e8
commit b894b60b65
430 changed files with 136 additions and 53943 deletions

View file

@ -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"]