mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-08-26 23:13:34 +00:00
4 lines
63 B
Bash
Executable file
4 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
|
|
go build .
|
|
sudo docker build . -t lbry/hub:latest
|