10 lines
159 B
Makefile
10 lines
159 B
Makefile
|
|
build:
|
|
docker build -t torrent-indexer .
|
|
|
|
lint:
|
|
go run github.com/golangci/golangci-lint/cmd/golangci-lint@latest run -v --timeout 5m
|
|
|
|
run:
|
|
go run main.go
|