TimeLinR / docker-compose.yml
HALU-HAL's picture
[feat] Docker環境設定と新機能の追加、ドキュメントとスタイルの更新
d31bde4
Raw
History Blame Contribute Delete
102 Bytes
version: '3'
services:
app:
build: .
ports:
- "8501:8501"
volumes:
- .:/app