diff --git a/Dockerfile b/Dockerfile index 52e77a8..ff15507 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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