refactor: host

This commit is contained in:
xiaojunnuo
2021-02-09 10:57:08 +08:00
parent 34bb4d54c2
commit a7bcde8d82
2 changed files with 22 additions and 21 deletions

View File

@@ -2,4 +2,5 @@ FROM registry.cn-shenzhen.aliyuncs.com/greper/node:15.8.0-alpine
ENV TZ=Asia/Shanghai
EXPOSE 3000
ADD ./* /app/
RUN cd /app/ && ls
ENTRYPOINT node /app/bin/www.js