README / docker-compose.yml
Rick Knowles
added skeleton container
94d5fc0
raw
history blame contribute delete
206 Bytes
version: '3'
services:
app:
build:
context: .
ports:
- '7860:7860'
read_only: true
volumes:
- '../../configs/huggingface-readme:/sandbox'
- './static:/app/static'