328 B
328 B
.10: /mnt/apps/DEV/REPOS/git.d-popov.com/ai-kevin/
run
export NODE_ENV=demo && npm run start:demo-chat
build:
docker build -t kevin-ai .
start the project in container:
docker-compose up
for debugging:
docker-compose -f docker-compose.debug.yml up