macropin / docker-strider

Strider-CD Docker Image
https://hub.docker.com/r/macropin/strider/
MIT License
13 stars 13 forks source link

Update cp arguments for node_modules copy #1

Closed trnubo closed 9 years ago

trnubo commented 9 years ago

Under some circumstances cp throws errors like "cp: failed to preserve ownership for..." normally when the data volume is on a NFS mount. This also causes cp to exit non-zero and the docker container exits. This fix stops cp from trying to preserving file ownership.