remove copy .env.prod from Dockerfile

pull/87/head
willaspace 4 years ago
parent ccfdd293a1
commit 9ecc191658

@ -18,6 +18,4 @@ RUN chown -R www-data:www-data \
/var/www/storage \
/var/www/bootstrap/cache
RUN mv .env.prod .env
RUN php artisan optimize

Loading…
Cancel
Save