SistemIntegrasiMandiri/SIM-Chatbot
0
1version: '1'2services:3 spark:4 image: spark:latest5 build: ./app6 command: chainlit run app/spark.py7 volumes:8 - ./app/:/app/app9 ports:10 - 8000:80001version: '1'2services:3 spark:4 image: spark:latest5 build: ./app6 command: chainlit run app/spark.py7 volumes:8 - ./app/:/app/app9 ports:10 - 8000:8000