minor changes to make and gitignore
This commit is contained in:
parent
c44d7f20bc
commit
62fa7224c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,6 +11,7 @@ server
|
||||
*.so
|
||||
*.dylib
|
||||
collector
|
||||
newsbot.db
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
4
makefile
4
makefile
@ -4,8 +4,8 @@ help: ## Shows this help command
|
||||
|
||||
build: ## builds the application with the current go runtime
|
||||
~/go/bin/swag f
|
||||
~/go/bin/swag i
|
||||
go build .
|
||||
~/go/bin/swag init -g cmd/server.go
|
||||
go build cmd/server.go
|
||||
|
||||
docker-build: ## Generates the docker image
|
||||
docker build -t "newsbot.collector.api" .
|
||||
|
Loading…
Reference in New Issue
Block a user