FROM fascinated/docker-images:node-latest EXPOSE 5000 COPY . . RUN pwd RUN ls -a RUN npm install RUN npm run build CMD npm run start