Skip to content

Commit

Permalink
fix(backend): Fix tmp folder permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Dec 30, 2024
1 parent c4c8dea commit f9b5e26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ COPY --from=getsentry/relay:nightly /bin/relay /bin/relay

RUN \
mkdir logs && \
chmod 700 /var/www/gib-potato && \
chown -R www-data:www-data /var/www/gib-potato
chmod 666 /var/www/gib-potato/tmp

COPY ./docker/backend/run.sh /run.sh
RUN chmod +x /run.sh
Expand Down

0 comments on commit f9b5e26

Please sign in to comment.