Add support for Mem0 REST API Server in OSS package (#2240)
This commit is contained in:
7
server/Makefile
Normal file
7
server/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
build:
|
||||
docker build -t mem0-api-server .
|
||||
|
||||
run_local:
|
||||
docker run -p 8000:8000 -v $(shell pwd):/app mem0-api-server
|
||||
|
||||
.PHONY: build run_local
|
||||
Reference in New Issue
Block a user