From 0c5cd927e4298cc22d4699db0e4e1a71a127ec72 Mon Sep 17 00:00:00 2001 From: zeus Date: Sat, 21 Nov 2020 02:19:16 +0200 Subject: [PATCH] set --- Dockerfile | 1 - startup.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 447a3b4..1976382 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ LABEL MAINTAINERS="Guillaume Scheibel , Damien DUP # build/llo-base-images/asciidoctor-alpine/docker-asciidoctor RUN apk add --no-cache \ bash \ - sudo \ curl \ ca-certificates \ findutils \ diff --git a/startup.sh b/startup.sh index dd90e4b..24ceff6 100644 --- a/startup.sh +++ b/startup.sh @@ -78,7 +78,7 @@ chmod +x /home/$USER/crond/playground-sync.sh read -r -d '' VAR < /home/$USER/crond/playground-npm-install.sh @@ -140,7 +140,7 @@ chmod -R 755 /home/$USER /home/$USER/crond/playground-sync.sh -sudo -H -u node bash /home/$USER/crond/playground-npm-install.sh +/home/$USER/crond/playground-npm-install.sh /home/$USER/crond/playground-start.sh /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf