makefile update

This commit is contained in:
yusing 2024-03-29 01:31:51 +00:00
parent 51493c9fdd
commit 77f957c7a8

View file

@ -13,11 +13,11 @@ build:
CGO_ENABLED=0 GOOS=linux go build -pgo=auto -o bin/go-proxy src/go-proxy/*.go CGO_ENABLED=0 GOOS=linux go build -pgo=auto -o bin/go-proxy src/go-proxy/*.go
up: up:
docker compose up -d --build go-proxy docker compose up -d --build app
restart: restart:
docker kill go-proxy docker kill go-proxy
docker compose up -d go-proxy docker compose up -d app
logs: logs:
tail -f log/go-proxy.log tail -f log/go-proxy.log