Initial commit

This commit is contained in:
2025-07-11 13:21:49 +00:00
commit 8a7ab3ac24
262 changed files with 28219 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
services:
classroom-copilot:
container_name: classroom-copilot
build:
context: .
dockerfile: Dockerfile
env_file:
- .env
ports:
- 3000:3000
volumes:
- ./:/app
networks:
- kevlarai-network
networks:
kevlarai-network:
name: kevlarai-network
driver: bridge