GIFactory / docker-compose.yml
MakiAi's picture
[refactor] Docker設定の簡略化とコマンド修正
8b0f171
Raw
History Blame Contribute Delete
168 Bytes
version: '3'
services:
app:
build: .
ports:
- 8585:8501
volumes:
- ./:/app
tty: true
command: streamlit run app.py --server.port 8585