Support command-line flags to configure redis connection and port to use

This commit is contained in:
Ken Hibino
2021-01-08 07:16:48 -08:00
parent fabf9ce10d
commit 933127cc0e
4 changed files with 44 additions and 13 deletions

View File

@@ -2,10 +2,10 @@ assets:
cd ./ui && yarn build
# TODO: Update this once go1.16 is released.
go_bin:
go_binary:
go1.16beta1 build -o asynqmon .
# Target to build a release binary.
build: assets go_bin
build: assets go_binary