FROM mmmalik/node-base

WORKDIR /usr/src/app
COPY . .

RUN npm install
RUN npm run build
