1
0
Shleeble 6 жил өмнө
parent
commit
15c3bed16c

+ 1 - 1
contrib/docker/Dockerfile.fpm

@@ -37,7 +37,7 @@ RUN cp -r storage storage.skel \
  && composer install --prefer-dist --no-interaction \
  && rm -rf html && ln -s public html
 
-VOLUME ["/var/www/storage", "/var/www/public.ext"]
+VOLUME /var/www/storage /var/www/bootstrap
 
 ENV APP_ENV=production \
     APP_DEBUG=false \