prebuild / docker-images

Docker images for cross compiling prebuilt binaries for Node.js native addons.
GNU General Public License v3.0
10 stars 7 forks source link

Fix WORKDIR #10

Open vweevers opened 4 years ago

vweevers commented 4 years ago

The default user node can't write to the default 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.