ndlkotenocr-lite / docker-compose.yml
nakamura196's picture
fix: bug
6124561
raw
history blame contribute delete
228 Bytes
services:
app:
build:
context: .
target: ${TARGET:-development}
dockerfile: Dockerfile
container_name: ndlkotenocr-lite-gradio-app
volumes:
- .:/home/user/app
ports:
- "7860:7860"