Makefile was for personal testing, should not have been committed.
This commit is contained in:
parent
adc43f50ec
commit
d8a5acd2e2
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -1,4 +0,0 @@
|
||||||
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
|
|
||||||
|
|
Reference in a new issue