Skip to content

Commit

Permalink
Trying to correct storage/logs permissions problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreadR-r authored Jan 12, 2020
1 parent 7e70c52 commit 4888e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ EXPOSE 80

RUN sed -i 's/chown -R www-data:www-data -R $FIREFLY_PATH/chown -R nginx:nobody $FIREFLY_PATH/g' ${FIREFLY_PATH}/.deploy/docker/entrypoint.sh && \
sed -i 's/exec apache2-foreground/\/usr\/bin\/supervisord -c \/tmp\/supervisord.conf/g' ${FIREFLY_PATH}/.deploy/docker/entrypoint.sh && \
sed -i 's/# make sure we own everything/# make sure we own everything\n chmod -R 775 $FIREFLY_PATH/storage/g' ${FIREFLY_PATH}/.deploy/docker/entrypoint.sh && \
sed -i 's/echo \"Now in entrypoint.sh for Firefly III\"/echo \"Now in entrypoint.sh for Firefly III\" \&\& env > "${FIREFLY_PATH}"\/.env/g' ${FIREFLY_PATH}/.deploy/docker/entrypoint.sh


Expand Down

0 comments on commit 4888e12

Please sign in to comment.