refactor: deploy

This commit is contained in:
xiaojunnuo
2021-02-08 21:16:56 +08:00
parent ff8e02cceb
commit 12fec7939d
13 changed files with 534 additions and 1264 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM node:15.8.0
ENV TZ=Asia/Shanghai
EXPOSE 3000
ADD ./* /app/
ENTRYPOINT node /app/bin/www.js