This commit is contained in:
Jay
2019-03-07 14:25:32 +08:00
commit 8802df86a7
5 changed files with 182 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM node:10-alpine
WORKDIR /data
COPY . .
RUN npm install
CMD ["npm", "start"]