diff --git a/Makefile b/Makefile index 6da5291..378db1c 100644 --- a/Makefile +++ b/Makefile @@ -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