SIM-Chatbot / docker-compose.yml
sim-bdg's picture
initial commit
cdfd6e4
raw
history blame
177 Bytes
version: '1'
services:
spark:
image: spark:latest
build: ./app
command: chainlit run app/spark.py
volumes:
- ./app/:/app/app
ports:
- 8000:8000