mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-29 18:45:31 +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}
|