mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-24 06:44:34 +01:00
6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
|
|
VERSION=v0.3.0-rc.1
|
|
|
|
docker build . -t cyphernode/cyphernodeconf:${VERSION}
|