diff --git a/Dockerfile b/Dockerfile index e04d2da..8479606 100755 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,6 @@ COPY start.sh /home/start.sh #nginx ADD docker/nginx/default.conf /etc/nginx/conf.d/default.conf COPY docker/nginx/nginx.conf /etc/nginx/nginx.conf -RUN chmod 777 /var/www/storage/app/uploads +RUN chmod -R 777 /var/www/storage/* CMD ["/bin/bash","/home/start.sh"] \ No newline at end of file