mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-04 21:45:33 +01:00
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
VERSION=v0.4.0
|
|
|
|
docker build . -t cyphernode/cyphernodeconf:${VERSION}
|