From 457d456e5df11b74140c25b913880f04a9eb0bc4 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 5 Jun 2025 11:12:35 +0200 Subject: [PATCH] feat(docker): prod, fix misc --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index baa102e0f..70561aaea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -416,6 +416,7 @@ 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 /var/www/sintonia_webapp/.env USER $sintonia_user WORKDIR /var/www/sintonia_webapp