Browse Source

Update Dockerfile.apache

Shleeble 6 years ago
parent
commit
5eadd62e51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/docker/Dockerfile.apache

+ 1 - 1
contrib/docker/Dockerfile.apache

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