Added nodemon to automatically reload the site with new changes for development
This commit is contained in:
3
bin/docker-watch.sh
Normal file
3
bin/docker-watch.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker run --rm -w /usr/src/app -v "$PWD":/usr/src/app -p 3000:3000 -d --name bitgoblin node:lts npm run watch
|
Reference in New Issue
Block a user