I have tried changing my wifi to hotspot on phone and tried restarting router, I tried all the AI solutions: clearing caches, restarting docker, using a debugger, changing app.js file location.
My app is a simple console.log("hello world");
and Dockerfile has this:
FROM node:alpine
COPY . /app
WORKDIR /app
CMD node app.js
I simply run: docker build -t hello-docker .
The second line which is COPY . /app
is where the error arises after interrupting my download and this is the error I get:
ERROR: failed to solve: failed to compute cache key: failed to copy: local error: tls: bad record MAC