mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
makefile update
This commit is contained in:
parent
51493c9fdd
commit
77f957c7a8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -13,11 +13,11 @@ build:
|
|||
CGO_ENABLED=0 GOOS=linux go build -pgo=auto -o bin/go-proxy src/go-proxy/*.go
|
||||
|
||||
up:
|
||||
docker compose up -d --build go-proxy
|
||||
docker compose up -d --build app
|
||||
|
||||
restart:
|
||||
docker kill go-proxy
|
||||
docker compose up -d go-proxy
|
||||
docker compose up -d app
|
||||
|
||||
logs:
|
||||
tail -f log/go-proxy.log
|
||||
|
|
Loading…
Add table
Reference in a new issue