TrhlinaBar/docker-compose.yml

10 lines
162 B
YAML
Raw Normal View History

2023-03-05 19:31:31 +01:00
version: "3.8"
services:
app:
build: .
command: python app.py
ports:
- "5000:5000"
volumes:
- .:/app
container_name: trhlina-bar