AI_Code_Terminal / docker-compose.yml
Aravindhan11's picture
Upload 11 files
8d9eecc verified
raw
history blame contribute delete
199 Bytes
version: '3.8'
services:
acidop-shell:
build: .
container_name: acidop-shell
stdin_open: true
tty: true
env_file:
- .env
volumes:
- .:/app
working_dir: /app