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