Skip to content

Commit 3c75234

Browse files
committed
local make run only binds on localhost
1 parent b35d886 commit 3c75234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ui-run: ui run
1515

1616
run:
1717
GOFLAGS="-ldflags=-X=main.version=$(VERSION)" \
18-
go run cmd/ybfeed/*.go
18+
go run cmd/ybfeed/*.go -b 127.0.0.1
1919

2020
push: ui
2121
GOFLAGS="-ldflags=-X=main.version=$(VERSION)" ko build -B -t latest ./cmd/ybfeed/

0 commit comments

Comments
 (0)