isai / docker-compose.yml
janwari's picture
Add Docker Compose
821c348
raw
history blame
No virus
220 Bytes
version: '3.5'
services:
app:
build: .
image: isai
container_name: isai
working_dir: /app
command: tail -f /dev/null # Keep container alive
ports:
- 7860:7860
volumes:
- .:/app