Commit 40cae06c by twb

Update Dockerfile

parent 1f111245
Pipeline #93 passed with stages
in 19 seconds
......@@ -3,6 +3,7 @@ FROM node:8.11.2-alpine
WORKDIR /data
COPY ./* ./
RUN ls -la /data/*
ENV TZ=Asia/Shanghai
RUN yarn --registry=http://192.168.2.91:7001
CMD ["node","start.js"]
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