81865b0193
Background submission to a notification server that doesn't block rageshake submission.
4 lines
311 B
Makefile
4 lines
311 B
Makefile
docker:
|
|
DOCKER_BUILDKIT=1 docker build -t rageshake:latest .
|
|
docker run --rm --name rageshake --network rageshake-search --mount type=bind,source=$(shell pwd)/bugs,target=/bugs --mount type=bind,source=$(shell pwd)/rageshake.yaml,target=/rageshake.yaml -p 127.0.0.1:9110:9110 rageshake:latest -listen :9110
|
|
|