From 38c59d140aa8d25d08acbe32af7887272dd3eb90 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Fri, 5 Jun 2026 18:53:21 -0500 Subject: [PATCH] Update entrypoint.sh --- docker/entrypoint.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index a0223ed..8959ebc 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -1,13 +1,4 @@ #!/bin/sh set -e -if [ ! -f /app/.env ]; then - env | while IFS='=' read -r key val; do - case "$key" in - HOME|PATH|HOSTNAME|TERM|PHP_*|SUPERVISOR_*|COOLIFY_*) ;; - *) printf '%s=%s\n' "$key" "$val" >> /app/.env ;; - esac - done -fi - -exec "$@" \ No newline at end of file +exec "$@"