7 lines
65 B
Makefile
7 lines
65 B
Makefile
|
|
build:
|
|
docker build -t torrent-indexer .
|
|
|
|
run:
|
|
go run main.go
|