From 9e7448a3848f0e4d53fd1bdf429cc622ff945374 Mon Sep 17 00:00:00 2001 From: Siroco Date: Wed, 8 Sep 2021 20:21:03 +0200 Subject: [PATCH] RM: entrypoint --- Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1cd57f3..edae6ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,8 +29,6 @@ ARG GANCIO_UID=115 RUN useradd -u $GANCIO_UID -g nogroup gancio # Compiar el script de entrada del repo y ejecutar -ADD entrypoint.sh / - -RUN chmod 755 /entrypoint.sh - -ENTRYPOINT [ "/bin/sh", "/entrypoint.sh" ] +#ADD entrypoint.sh / +#RUN chmod 755 /entrypoint.sh +#ENTRYPOINT [ "/bin/sh", "/entrypoint.sh" ]