Skip to content

Commit

Permalink
update another
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Oct 22, 2024
1 parent c5329b2 commit 4b7dc34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ COPY --from=static /app/build .
RUN mkdir -p /tmp/nginx/client_temp
RUN chmod -R 755 /tmp/nginx

RUN mkdir -p /var/cache/nginx/proxy_temp
RUN chmod -R 755 /var/cache/nginx/

# Switch back to default user
USER 1001

Expand Down

0 comments on commit 4b7dc34

Please sign in to comment.