mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
fix container run script, update readme
This commit is contained in:
parent
965d877b63
commit
9b0b85773d
@ -7,12 +7,12 @@ Sparkle's Guide is inspired by [roadmap.sh](https://roadmap.sh) and is a derivat
|
|||||||
Local Environment with NPM
|
Local Environment with NPM
|
||||||
1. `npm install`
|
1. `npm install`
|
||||||
2. `npm run build`
|
2. `npm run build`
|
||||||
3. `npm start`
|
3. `npm start -- data/flows.json`
|
||||||
4. Open <http://127.0.0.1:1880/>
|
4. Open <http://127.0.0.1:1880/>
|
||||||
|
|
||||||
Docker
|
Docker/Podman
|
||||||
1. `./docker-build.sh`
|
1. `./container-build.sh`
|
||||||
2. `./docker-run.sh`
|
2. `./container-run.sh`
|
||||||
3. Open <http://127.0.0.1:1880/>
|
3. Open <http://127.0.0.1:1880/>
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
@ -8,4 +8,4 @@ fi
|
|||||||
|
|
||||||
echo using $CONTAINER_ENGINE container engine...
|
echo using $CONTAINER_ENGINE container engine...
|
||||||
|
|
||||||
$CONTAINER_ENGINE run -p 1880:1880 -v "$(pwd)"/data/:/root/.node-red/ sparkle-guide:$VERSION &
|
$CONTAINER_ENGINE run -p 1880:1880 -v "$(pwd)"/data:/home/appuser/.node-red sparkle-guide:$VERSION &
|
1331
package-lock.json
generated
1331
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user