Skip to content

Commit

Permalink
Рефакторинг
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvn committed Nov 2, 2022
1 parent 3ab1001 commit 6d99cc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ services:
- db

migration:
image: geodjango-migration:latest
image: geodjango-app:latest
restart: "no"
env_file:
- .env
build: .
command: sh -c "
python app/manage.py migrate --no-input
&& python app/manage.py migrate importcities cities
Expand Down

0 comments on commit 6d99cc1

Please sign in to comment.