Remove obsolete Docker configuration and documentation; add new Dockerfile, docker-compose, and update README for project setup
This commit is contained in:
8
docker-compose.yaml
Normal file
8
docker-compose.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
container_name: upo-app-ai
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- .:/app
|
||||
Reference in New Issue
Block a user