I am trying to build my project into a container for Docker with the following dockerfile:
FROM node:10 WORKDIR /usr/app/battlejong COPY client ./client COPY Batt