diff --git a/Dockerfile b/Dockerfile index 9d59400e6..fe5f3109a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -416,8 +416,6 @@ FROM sintonia-webapp-build-common AS sintonia-webapp-production USER root COPY ./docker/sintonia-webapp/php/php-ini-production /usr/local/etc/php/php.ini -COPY ./docker/sintonia-webapp/laravel/.env.production.example /home/$sintonia_user/.env -RUN chown $sintonia_user:$sintonia_user /home/$sintonia_user/.env USER $sintonia_user ENV sintonia_user=${sintonia_user}