FROM node:16-slim LABEL authors="kubbo" COPY . /app WORKDIR /app RUN npm i --registry=http://registry.npmmirror.com EXPOSE 12525 ENV TZ=Asia/Shanghai CMD ["node", "index.js"]