增加Dockerfile

This commit is contained in:
zhl 2019-04-03 09:44:48 +08:00
parent c28cc1bc5c
commit 36d2e93971

11
Dockerfile Normal file
View File

@ -0,0 +1,11 @@
FROM node:8.12.0-alpine
RUN mkdir -p /data/service
RUN mkdir -p /data/download
WORKDIR /data/service
RUN npm install
CMD npm run start