Open vweevers opened 4 years ago
The default user node can't write to the default WORKDIR (/app).
node
WORKDIR
/app
To fix that, either change WORKDIR to /home/node/app (which already exists, and works well in prebuildify-cross), or create and chown /app.
/home/node/app
prebuildify-cross
The default user
node
can't write to the defaultWORKDIR
(/app
).To fix that, either change
WORKDIR
to/home/node/app
(which already exists, and works well inprebuildify-cross
), or create and chown/app
.