mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
6 lines
233 B
Bash
Executable File
6 lines
233 B
Bash
Executable File
VERSION=$(grep -oE "\"version\": \"(\w*.\w*.\w*.\w*.\w*.)" package.json | cut -d\" -f4)
|
|
|
|
docker build --rm --no-cache \
|
|
--build-arg BUILD_DATE="$(date +"%Y-%m-%dT%H:%M:%SZ")" \
|
|
--file Dockerfile \
|
|
--tag sparkle-guide:$VERSION . |