mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-01 04:33:33 +00:00
Added timeout to GET request
This commit is contained in:
@@ -9,9 +9,11 @@ services:
|
||||
context: ../../
|
||||
dockerfile: Docker/Dev/Dockerfile
|
||||
command: >
|
||||
bash -c "python3 src/manage.py makemigrations
|
||||
&& python3 src/manage.py migrate
|
||||
&& python src/manage.py runserver 0.0.0.0:8000"
|
||||
bash -c "cd src
|
||||
&& python3 manage.py makemigrations account
|
||||
&& python3 manage.py makemigrations series
|
||||
&& python3 manage.py migrate
|
||||
&& python manage.py runserver 0.0.0.0:8000"
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user