Commit fb271788 by zCaesar

add git docker

parent 282044a9
......@@ -9,11 +9,15 @@ RUN apk add --update --no-cache python \
py-pip \
yarn \
openssh-client \
&& rm -rf /var/cache/apk/*
git \
&& rm -rf /var/cache/apk/*
COPY . .
RUN npm install
RUN apk del git \
&& rm -rf /var/cache/apk/*
EXPOSE 40000
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