Skip to content

Commit

Permalink
Permission denied
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 19, 2024
1 parent 3565eca commit 0be6f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ CMD sh -c "python3 manage.py migrate --noinput && \
python3 manage.py export --cleanup=1 --upload=1 && \
python3 manage.py runserver 0.0.0.0:8000"

RUN mkdir -p /app/staticfiles/admin && \
RUN mkdir -p /app/staticfiles/admin/css && \
ln -s /app/staticfiles /tmp/staticfiles

# make script executable
Expand Down

0 comments on commit 0be6f00

Please sign in to comment.