File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ initCommands:
24
24
zipfile.ZipFile('/code/data/nuremberg_prod_dump_latest.sqlite3.zip').extractall(path='/tmp')
25
25
EOF
26
26
- name : collectstatic
27
- command : ' ./manage.py collectstatic --noinput'
27
+ command : ' ./manage.py compress --force && ./manage.py collectstatic --noinput'
28
28
29
29
podSecurityContext :
30
30
fsGroup : 1000
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
16
16
target : release
17
17
tty : true
18
18
working_dir : /code
19
- # command: python manage.py runserver 0.0.0.0:8000
19
+ command : python manage.py runserver 0.0.0.0:8000
20
20
ports :
21
21
- " 127.0.0.1:8000:8000"
22
22
volumes :
@@ -26,10 +26,10 @@ services:
26
26
environment :
27
27
# let Django load Docker-specific settings conditionally
28
28
- DOCKERIZED=True
29
- - DEBUG=False
29
+ - DEBUG=True
30
30
- SECRET_KEY=top-secret-1234
31
- - LOCAL_DEVELOPMENT=False
32
- - DJANGO_VITE_DEV_MODE=False
31
+ - LOCAL_DEVELOPMENT=True
32
+ - DJANGO_VITE_DEV_MODE=True
33
33
depends_on :
34
34
- solr
35
35
stop_signal : SIGKILL
You can’t perform that action at this time.
0 commit comments