Add files

This commit is contained in:
Andros Fenollosa
2024-11-05 11:46:00 +01:00
parent 9715adb115
commit b97d9383a5
17 changed files with 359 additions and 5 deletions

View File

@ -26,4 +26,5 @@ RUN pip3 install -r requirements.txt
EXPOSE 8000
ENTRYPOINT ["python3", "manage.py", "runserver", "0.0.0.0:8000"]
CMD ["python3", "manage.py", "runserver", "0.0.0.0:8000"]
#CMD ["daphne", "-b", "0.0.0.0", "-p", "8000", "myproject.asgi:application"]