File size: 135 Bytes
4fdccbd
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
services:
  app:
    build: .
    ports:
      - "7860:7860"
    environment:
      - FLASK_ENV=production
    restart: unless-stopped