initial commit

This commit is contained in:
Edward Tirado Jr 2025-04-07 00:30:11 -05:00
parent c16fddf9b4
commit ada9d99644
187 changed files with 37611 additions and 42 deletions

View file

@ -35,4 +35,4 @@ USER web
EXPOSE 8000
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "3", "djangodocker.wsgi:application"]
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "3", "movienight.wsgi:application"]