This commit is contained in:
bi 2022-12-16 15:07:33 +07:00
parent e05e40b206
commit fa795c7a4c
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,2 @@
REACT_APP_HOST='http://api.face-classify.beetai.com'
REACT_APP_SOURCE_IMG=0
REACT_APP_SOURCE_IMG=1

View File

@ -1,9 +1,13 @@
version: "2"
services:
app:
container_name: fsi_view
restart: always
build:
context: .
args:
- REACT_APP_HOST=http://api.face-classify.beetai.com
dockerfile: prod.dockerfile
image: registry.beetai.com:5000/fsi_web:1.0
ports:
- "5201:3000"