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

chore: uses air instead of reflex (#3465)

This commit is contained in:
Amir Raminfar
2024-12-17 06:57:40 -08:00
committed by GitHub
parent 23ba1f6603
commit 86522ccf77
7 changed files with 63 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ push: docker
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
go install github.com/air-verse/air@latest
run: docker
docker run -it --rm -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock amir20/dozzle:latest