Commit fb271788 by zCaesar

add git docker

parent 282044a9
...@@ -9,11 +9,15 @@ RUN apk add --update --no-cache python \ ...@@ -9,11 +9,15 @@ RUN apk add --update --no-cache python \
py-pip \ py-pip \
yarn \ yarn \
openssh-client \ openssh-client \
git \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*
COPY . . COPY . .
RUN npm install RUN npm install
RUN apk del git \
&& rm -rf /var/cache/apk/*
EXPOSE 40000 EXPOSE 40000
CMD npm start CMD npm start
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment