deploy demo to .10

This commit is contained in:
Dobromir Popov
2024-06-12 16:26:53 +03:00
parent 49edcd4985
commit 98ae4f5e99
8 changed files with 96 additions and 27 deletions

View File

@ -1,4 +1,9 @@
start the project in container:
#
#for debugging:
# docker-compose -f docker-compose.debug.yml up
# build:
docker build -t kevin-ai .
# start the project in container:
docker-compose up
# for debugging:
docker-compose -f docker-compose.debug.yml up
# demo (only node)
# docker-compose -f docker-compose.demo.yml up