Added backend django/auth0/mongodb-atlas code

This commit is contained in:
Allen
2023-09-23 14:09:54 -05:00
parent 00159c210b
commit a9aec51483
14 changed files with 172 additions and 6 deletions

View File

@ -25,4 +25,4 @@ RUN pip install -r requirements.txt
# port where the Django app runs
EXPOSE 8000
# start server
CMD python seatstock_django/manage.py runserver
CMD python seatstock_django/manage.py runserver 0.0.0.0:8000