will / docker-compose.yml
matt1847's picture
リファクタ: srcディレクトリ構造への移行とDocker対応
d1033d4
raw
history blame contribute delete
127 Bytes
services:
will:
build: .
ports:
- "8501:8501"
volumes:
- ./app.py:/app/app.py
- ./src:/app/src