File size: 220 Bytes
821c348
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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