mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-04 05:25:37 +01:00
6 lines
86 B
Bash
Executable File
6 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
VERSION=v0.6.0-dev
|
|
|
|
docker build . -t cyphernode/cyphernodeconf:${VERSION}
|