features/rss-job #6

Merged
jtom38 merged 13 commits from features/rss-job into main 2024-05-02 17:41:12 -07:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 62fa7224c8 - Show all commits

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ server
*.so
*.dylib
collector
newsbot.db
# Test binary, built with `go test -c`
*.test

View File

@ -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" .