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
|
||||
1. `npm install`
|
||||
2. `npm run build`
|
||||
3. `npm start`
|
||||
3. `npm start -- data/flows.json`
|
||||
4. Open <http://127.0.0.1:1880/>
|
||||
|
||||
Docker
|
||||
1. `./docker-build.sh`
|
||||
2. `./docker-run.sh`
|
||||
Docker/Podman
|
||||
1. `./container-build.sh`
|
||||
2. `./container-run.sh`
|
||||
3. Open <http://127.0.0.1:1880/>
|
||||
|
||||
## Contributing
|
||||
|
@ -8,4 +8,4 @@ fi
|
||||
|
||||
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 &
|
1333
package-lock.json
generated
1333
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user