mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-17 04:35:14 +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}
|