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 @@ -28,9 +28,9 @@ services:
28
28
dockerfile : ./Dockerfile
29
29
shell : bash
30
30
setup-commands :
31
- - /venv/bin/python manage.py migrate
32
- - /venv/bin/python manage.py load_initial_data
33
- - wget --recursive --spider --no-directories http://app:8000/ -o warmup.log || true
31
+ - command : /venv/bin/python manage.py migrate
32
+ - command : /venv/bin/python manage.py load_initial_data
33
+ - command : wget --recursive --spider --no-directories http://app:8000/ -o warmup.log || true
34
34
# wget issues an error code 8 due to some images returning 404. We could catch the code 8 specifically, but
35
35
# it would not tell us if these are the known images or some other problems with the sever occured.
36
36
# 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