From 53dbbb895628db3226e530c6cccbf19f92ef8305 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 12 Jun 2025 14:21:51 +0200 Subject: [PATCH] feat(docker): prod, fix misc --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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}