cannot replace to directory /var/lib/docker/overlay2/if2ip5okvavl8u6jpdtpczuog/merged/app/node_modules/@ampproject/remapping with file
On my Windows machine, I am attempting to build a containerized node.js application with the following Dockerfile: # use latest version of nodejs FROM node:lts-alpine # install aurelia-cli to build the app & http-server to serve static contents RUN npm…