update dependencies in requirements.txt and remove network_mode from docker-compose.yml
parent
bf42e13626
commit
66e59891f4
|
|
@ -7,7 +7,6 @@ services:
|
||||||
- .:/app
|
- .:/app
|
||||||
ports:
|
ports:
|
||||||
- "3030:3030"
|
- "3030:3030"
|
||||||
network_mode: "host"
|
|
||||||
command: >
|
command: >
|
||||||
sh -c "python manage.py makemigrations blog --noinput &&
|
sh -c "python manage.py makemigrations blog --noinput &&
|
||||||
python manage.py migrate --noinput &&
|
python manage.py migrate --noinput &&
|
||||||
|
|
|
||||||
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Loading…
Reference in New Issue