From 0eef58000ea8f01343c1de71f6e9bb69b7cb1eb9 Mon Sep 17 00:00:00 2001 From: Indy Jones <2567378+indyjonesnl@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:08:52 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3758dc2..94687e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM php -# We put our HTTPS apps behind a load balancer, so all internal traffic is HTTP port 80 +ENV APP_RUNTIME=Runtime\\FrankenPhpSymfony\\Runtime +ENV FRANKENPHP_CONFIG="worker /app/public/index.php" +# We put our apps behind an HTTPS load balancer, so all internal traffic is HTTP port 80 ENV SERVER_NAME=:80 RUN apk add --no-cache \