File size: 151 Bytes
c629309
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
version: '3.8'

services:
  web:
    build: .
    ports:
      - "5000:5000"
    environment:
      - FLASK_ENV=production
    restart: unless-stopped