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 0be6f00 commit 06f46b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ CMD sh -c "python3 manage.py migrate --noinput && \
python3 manage.py runserver 0.0.0.0:8000"

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

# make script executable
# RUN chmod +x /backend/backend-command-script.sh
Expand Down

0 comments on commit 06f46b0

Please sign in to comment.