Skip to content

Commit 3d77357

Browse files
committed
Bugfix: One migrate to much
1 parent ff96fc9 commit 3d77357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usage_scenario_warm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
dockerfile: ./Dockerfile
2323
shell: bash
2424
setup-commands:
25-
- /venv/bin/python manage.py migrate migrate
25+
- /venv/bin/python manage.py migrate
2626
- /venv/bin/python manage.py load_initial_data
2727
- wget --recursive --spider --no-directories http://app:8000/ -o warmup.log || true
2828
# wget issues an error code 8 due to some images returning 404. We could catch the code 8 specifically, but

0 commit comments

Comments
 (0)