Update Dockerfile.fpm

This commit is contained in:
Shleeble 2019-04-18 22:25:12 +08:00 committed by GitHub
parent 105a7486b7
commit 15c3bed16c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ RUN cp -r storage storage.skel \
&& composer install --prefer-dist --no-interaction \ && composer install --prefer-dist --no-interaction \
&& rm -rf html && ln -s public html && 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 \ ENV APP_ENV=production \
APP_DEBUG=false \ APP_DEBUG=false \