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" ]