Skip to content
Snippets Groups Projects
Commit 07ddb96f authored by Thomas Downes's avatar Thomas Downes Committed by GraceDB
Browse files

Explicitly remove logfile after generating of static content

parent 66723a9f
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,8 @@ RUN DJANGO_SETTINGS_MODULE=${SETTINGS_MODULE} \
DJANGO_PRIMARY_FQDN=fake_fqdn \
python manage.py collectstatic --noinput
RUN rm -rf /app/logs/* /app/project_data/*
RUN groupadd -g 503 django_writers && \
useradd -M -u 50001 -g django_writers -s /bin/false gracedb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment