File size: 228 Bytes
7c62087
 
 
 
6124561
7c62087
ffde3b6
7c62087
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
services:
  app:
    build:
      context: .
      target: ${TARGET:-development}
      dockerfile: Dockerfile
    container_name: ndlkotenocr-lite-gradio-app
    volumes:
      - .:/home/user/app
    ports:
      - "7860:7860"