Skip to content

Commit

Permalink
[CSRS-448] Trying to Fix File Upload Failure (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaVic authored Oct 28, 2022
1 parent 90c2a4b commit 52ce846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/csrs-portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ mkdir -p /var/cache/nginx/scgi_temp && \
mkdir -p /var/cache/nginx/uwsgi_temp && \
mkdir -p /var/cache/nginx/fastcgi_temp && \
chmod -R a+rwx /var/run && \
chmod -R a+rw- /var/cache/nginx/client_temp && \
chown -R 1001:0 /var/cache/nginx/client_temp && \
chown -R 1001:0 /var/run

USER 1001
Expand Down

0 comments on commit 52ce846

Please sign in to comment.