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