From f19e7e6456859406f37ff83edc417e8350b0be7a Mon Sep 17 00:00:00 2001 From: mol Date: Tue, 5 Dec 2023 13:42:33 +0800 Subject: [PATCH] test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 021de42..12c0c1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update RUN apt-get install -y vim RUN apt-get install -y git RUN apt-get install -y openssh-server -RUN npm i -g n && n auto && npm i -g live-server +RUN npm i -g n && npm i -g live-server RUN git config --global user.name $GIT_USER && git config --global user.email $GIT_EMAIL RUN echo "root:${PASSWD}" | chpasswd