File size: 178 Bytes
8b7bef7
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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