StreamlitLineBot / docker-compose.yml
hAmAruKi
add base app
ea8b9b3
version: '3.7'
services:
app:
build: ./
# command: streamlit run app.py --server.port 8502
volumes:
- ./:/home
ports:
- 8502:8502
tty:
true