Added backend django/auth0/mongodb-atlas code
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user