mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
4 lines
184 B
Bash
Executable File
4 lines
184 B
Bash
Executable File
#!/bin/bash
|
|
VERSION=$(grep -oE "\"version\": \"(\w*.\w*.\w*.\w*.\w*.)" package.json | cut -d\" -f4)
|
|
|
|
docker run -p 1880:1880 -v "$(pwd)"/data/:/root/.node-red/ sparkle-guide:$VERSION & |