mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 17:15:08 +01:00
6 lines
86 B
Bash
Executable File
6 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
VERSION=v0.5.0-dev
|
|
|
|
docker build . -t cyphernode/cyphernodeconf:${VERSION}
|