refactor: docker

master
xiaojunnuo 2021-02-09 11:03:11 +08:00
parent a7bcde8d82
commit b4560d6370
1 changed files with 1 additions and 1 deletions

View File

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