FROM fascinated/docker-images:node-latest EXPOSE 5000 RUN npm i -g yarn RUN yarn install RUN yarn build CMD yarn start