File size: 220 Bytes
ca46a75
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
version: "3.8"

services:
  hivision_idphotos:
    build:
      context: .
      dockerfile: Dockerfile
    image: hivision_idphotos2
    command: python3 app.py --host 0.0.0.0 --port 7860
    ports:
      - "7860:7860"