We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff96fc9 commit 3d77357Copy full SHA for 3d77357
usage_scenario_warm.yml
@@ -22,7 +22,7 @@ services:
22
dockerfile: ./Dockerfile
23
shell: bash
24
setup-commands:
25
- - /venv/bin/python manage.py migrate migrate
+ - /venv/bin/python manage.py migrate
26
- /venv/bin/python manage.py load_initial_data
27
- wget --recursive --spider --no-directories http://app:8000/ -o warmup.log || true
28
# wget issues an error code 8 due to some images returning 404. We could catch the code 8 specifically, but
0 commit comments