open source

This commit is contained in:
dingyi
2021-03-15 01:14:32 +08:00
commit f4f0d29a40
208 changed files with 24908 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM index.docker.io/keymetrics/pm2:12-alpine
RUN mkdir -p ~/look-web
ADD server/ ~/look-web
WORKDIR ~/look-web
RUN npm set registry https://registry.npm.taobao.org
RUN npm install
ENTRYPOINT npm run start;sleep 100000000