feat: update docs, fix repository, full working github callback, fix healthcheck in docker file, update makefile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: test build clean lint dev
|
||||
.PHONY: test build clean lint dev run-docker docs-upd
|
||||
|
||||
|
||||
test:
|
||||
@@ -19,3 +19,12 @@ lint:
|
||||
dev:
|
||||
swag init -g ./cmd/main.go --parseDependency --parseInternal
|
||||
go run ./cmd/main.go
|
||||
|
||||
|
||||
docs-upd:
|
||||
swag init -g ./cmd/main.go --parseDependency --parseInternal
|
||||
|
||||
|
||||
run-docker:
|
||||
docker build -t backend .
|
||||
docker run --rm -p 8080:8080 --env-file .env backend:latest
|
||||
|
||||
Reference in New Issue
Block a user