File size: 206 Bytes
94d5fc0
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '3'

services:
  app:
    build:
      context: .
    ports:
      - '7860:7860'
    read_only: true
    volumes:
      - '../../configs/huggingface-readme:/sandbox'
      - './static:/app/static'