Spaces:
Paused
Paused
File size: 213 Bytes
7f7a025 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
image: cursor-to-openai
volumes:
- ./data:/app/data
ports:
- "3010:3010"
env_file:
- .env |