From 8991210d6cfa8f53aafc5246059372f36ea1f2b1 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Sat, 2 Jan 2021 11:39:11 +0100
Subject: [PATCH] use production php file instead of dev version

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 8d08607..a737071 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,6 +25,7 @@ ENV PHP_EXTENSION_APCU=0 \
     PHP_EXTENSION_REDIS=0 \
     PHP_EXTENSION_SOAP=0 \
     APP_ENV=prod \
+    TEMPLATE_PHP_INI=production \
     PHP_INI_ERROR_REPORTING=0
 
 
-- 
GitLab