File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ services:
22
22
dockerfile : ./Dockerfile
23
23
shell : bash
24
24
setup-commands :
25
- - /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
25
+ - command : /venv/bin/python manage.py migrate
26
+ - command : /venv/bin/python manage.py load_initial_data
27
+ - command : wget --recursive --spider --no-directories http://app:8000/ -o warmup.log || true
28
28
# wget issues an error code 8 due to some images returning 404. We could catch the code 8 specifically, but
29
29
# it would not tell us if these are the known images or some other problems with the sever occured.
30
30
# Sadly this call is very flaky and might still show up as successful even if cache warmup did not really work :(
You can’t perform that action at this time.
0 commit comments