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

Explicitly create directories that were previously volumes

parent 4a55da20
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@ RUN sphinx-build -b html source build
WORKDIR /app/gracedb_project/docs/admin_docs
RUN sphinx-build -b html source build
RUN mkdir /app/logs /app/project_data
WORKDIR /app/gracedb_project
RUN DJANGO_SETTINGS_MODULE=${SETTINGS_MODULE} \
DJANGO_DB_NAME=fake_name \
......
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