mirror of
https://github.com/fosrl/newt.git
synced 2026-02-08 05:56:40 +00:00
Add env vars?
This commit is contained in:
2
Makefile
2
Makefile
@@ -8,7 +8,7 @@ push:
|
||||
docker push fossorial/newt:latest
|
||||
|
||||
test:
|
||||
docker run -it -p 3002:3002 -v ./config_example.json:/config/config.json --cap-add=NET_ADMIN --cap-add=SYS_MODULE newt --config /config/config.json
|
||||
docker run fossorial/newt:latest
|
||||
|
||||
local:
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o newt
|
||||
|
||||
Reference in New Issue
Block a user