4 lines
100 B
Bash
4 lines
100 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
docker build -t tiger5226/testnet:latest .
|
||
|
docker push tiger5226/testnet:latest
|