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

Change log directory to be owned by gracedb:django_writers

parent 07ddb96f
No related branches found
No related tags found
No related merge requests found
......@@ -83,4 +83,6 @@ 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
RUN chown gracedb:django_writers /app/logs /app/project_data
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/supervisord.conf"]
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