Files
echo-ip/deploy.sh
2024-07-21 19:34:51 +02:00

3 lines
74 B
Bash

go build main
docker build -t echo-ip .
docker save -o echo-ip.tar echo-ip