From 75c995ef98707ef369ccd2bceeb4d6b9bb3d723b Mon Sep 17 00:00:00 2001 From: aserrador Date: Sun, 18 Jan 2026 16:13:30 -0500 Subject: [PATCH] fix: Command Deploy --- Dockerfile_Deploy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile_Deploy b/Dockerfile_Deploy index 7c8d98e..305e01f 100644 --- a/Dockerfile_Deploy +++ b/Dockerfile_Deploy @@ -73,8 +73,6 @@ RUN touch /etc/trytond_populate.conf \ && mkdir /mnt/attachment \ && chown -R trytond:trytond /mnt/attachment - - USER trytond -CMD ["/bin/bash", "/opt/start.sh"] +CMD ["/bin/bash"]