FROM node ADD ./ /emb WORKDIR /emb LABEL traefik.port="3000" EXPOSE 3000 CMD ["node", "index.js"]