Add env vars?

This commit is contained in:
Owen Schwartz
2024-12-26 21:31:48 -05:00
parent 72d145aaa5
commit 0a09e6d1fc
2 changed files with 6 additions and 7 deletions

View File

@@ -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