fix 404 for storage folder in staging site

This commit is contained in:
Jack Goh
2018-07-27 12:34:43 +08:00
parent 69f6598c89
commit 5bb7a2d652
+1
View File
@@ -11,6 +11,7 @@ RUN curl --silent --show-error --fail --location \
&& docker-php-ext-install mbstring pdo pdo_mysql
ADD . /var/www
RUN rm -rf /var/www/public/storage && php artisan storage:link
COPY Caddyfile /etc/Caddyfile
WORKDIR /var/www