1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore: updates makefile

This commit is contained in:
Amir Raminfar
2024-08-25 08:39:10 -07:00
parent 6a1a412f47
commit a56fea1728

View File

@@ -57,3 +57,14 @@ $(GEN_DIR)/%.pb.go: $(PROTO_DIR)/%.proto
push: docker
@docker tag amir20/dozzle:latest amir20/dozzle:local-test
@docker push amir20/dozzle:local-test
tools:
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install github.com/cespare/reflex@latest
run: docker
docker run -it --rm -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock amir20/dozzle:latest
preview: build
pnpm preview