Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[deploy.sh] fix node-gyp failure on rebuild
node-gyp configure will fail if build directory already exists. One reason this might already exists is if new models have been added to the model path, and `npm run deploy --- -m local` is run again. This change enables building a generic docker image for gzweb, and later loading in the models at launch time via a volume mount that were not known when the original gzweb image was built.
- Loading branch information