update storage permission error

This commit is contained in:
Jack Goh
2018-08-24 11:17:11 +08:00
parent 1450014e23
commit 5f94f54371
+1 -1
View File
@@ -15,6 +15,6 @@ COPY Caddyfile /etc/Caddyfile
WORKDIR /var/www
RUN mkdir -p /var/www/public/storage
RUN ln -sf /var/www/storage/app/public /var/www/public/storage
RUN chown -R www-data:www-data /var/www
RUN chmod -R 777 storage/
CMD ["/usr/bin/caddy", "--conf", "/etc/Caddyfile", "--log", "stdout"]