modified: Makefile
remove profiles and test commands from Makefile
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
build:
|
||||
@docker compose --profile prod build --no-cache
|
||||
@docker compose build --no-cache
|
||||
|
||||
run: stop
|
||||
@docker compose --profile prod up -d --remove-orphans
|
||||
@docker compose up -d --remove-orphans
|
||||
|
||||
stop:
|
||||
@docker compose --profile prod down
|
||||
|
||||
test:
|
||||
@go test ./api/src/auth/... -v
|
||||
|
||||
tc:
|
||||
@go test -cover
|
||||
@docker compose down
|
||||
|
||||
.DEFAULT_GOAL=run
|
||||
|
||||
Reference in New Issue
Block a user