version: "3.9" services: app: build: . ports: - "9982:9982" environment: - FLASK_APP=app/portable.py command: flask run --host=0.0.0.0 --port=9982