Move containers to fosrl

This commit is contained in:
Owen Schwartz
2025-01-04 16:29:35 -05:00
parent e768128428
commit 7db36776fa

View File

@@ -2,10 +2,10 @@
all: build push
build:
docker build -t fossorial/gerbil:latest .
docker build -t fosrl/gerbil:latest .
push:
docker push fossorial/gerbil:latest
docker push fosrl/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