Add reachableAt

This commit is contained in:
Owen Schwartz
2024-10-26 22:45:13 -04:00
parent b524b97114
commit c26d395e83
2 changed files with 80 additions and 19 deletions

View File

@@ -1,6 +1,11 @@
all:
docker build -t gerbil .
all: build push
build:
docker build -t fossorial/gerbil:latest .
push:
docker push fossorial/gerbil:latest
test:
docker run -it -p 3002:3002 -v ./config_example.json:/config/config.json --cap-add=NET_ADMIN --cap-add=SYS_MODULE gerbil --config /config/config.json