push
This commit is contained in:
parent
e05e40b206
commit
fa795c7a4c
2
app/.env
2
app/.env
|
@ -1,2 +1,2 @@
|
|||
REACT_APP_HOST='http://api.face-classify.beetai.com'
|
||||
REACT_APP_SOURCE_IMG=0
|
||||
REACT_APP_SOURCE_IMG=1
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user