Here is the Dockerfile that I am trying to create to build an image of the calculator application built on reactJS
FROM node:10-alpine as build-step RUN mkdir