I\'m not sure why my Dockerfile is failing during npm install with COPY package.json . but not with COPY package.json ./skyline. Docke
npm install
COPY package.json .
COPY package.json ./skyline