mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-07 15:05:41 +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}
|