From fe324af630e69b7ecbe57d75263333da5d76aba5 Mon Sep 17 00:00:00 2001 From: Juan Felipe Zapata Moreno Date: Wed, 7 Jan 2026 21:50:52 -0600 Subject: [PATCH] fix:docker --- entrypoint-dev.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/entrypoint-dev.sh b/entrypoint-dev.sh index 803cc65..34e64e3 100644 --- a/entrypoint-dev.sh +++ b/entrypoint-dev.sh @@ -3,7 +3,7 @@ set -e # Configurar Git sin necesidad de permisos globales export GIT_CONFIG_GLOBAL=/tmp/.gitconfig -git config --global --add safe.directory /var/www/pdv.backend +git config --global --add safe.directory /var/www/arcos-backend echo "=== Iniciando entrypoint DESARROLLO ===" @@ -116,5 +116,4 @@ echo "✓ Configuración de desarrollo completada" echo "=== Iniciando PHP-FPM DESARROLLO ===" -# Iniciar PHP-FPM como usuario www-data -exec su-exec www-data "$@" +exec "$@"