Skip to content

Commit

Permalink
lokales docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kubegu committed Feb 29, 2024
1 parent be69506 commit b8b7f5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.PHONY: build clean

build-web:
go build ./...
go test ./...
go build -o bin/web main.go

docker:
docker build -t gunni1/lib-api:local .

build-cli:
go build ./...
go build -o bin/cli cmd/cli/main.go
Expand Down

0 comments on commit b8b7f5e

Please sign in to comment.