This commit is contained in:
mol
2023-12-05 13:58:57 +08:00
parent dd72a2a6cd
commit 7841092515

View File

@ -5,9 +5,8 @@ WORKDIR /app
VOLUME [ "/data" ]
EXPOSE 22
RUN apt-get update
RUN apt-get update && apt-get install -y vim
RUN apt-get install -y git
RUN apt-get install -y vim
RUN apt-get install -y openssh-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