mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 12:24:09 +00:00
fix 404 for storage folder in staging site
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user