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