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