Compare commits
No commits in common. "dev" and "main" have entirely different histories.
1
app/.env
1
app/.env
|
@ -1,2 +1,3 @@
|
|||
REACT_APP_HOST='http://api.face-classify.beetai.com'
|
||||
REACT_APP_SOURCE_IMG=1
|
||||
WDS_SOCKET_PORT=0
|
||||
|
|
|
@ -16,7 +16,7 @@ import { Provider } from 'react-redux';
|
|||
import store from './store';
|
||||
import ReactRouter from './router/ReactRouter';
|
||||
import { BrowserRouter as Router, Link, Route, Switch } from 'react-router-dom';
|
||||
import AutoLogin from './components/AutoLogin/AutoLogin';
|
||||
import AutoLogin from 'components/AutoLogin/AutoLogin';
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import { Card, Image as ImageAntd } from 'antd';
|
||||
import Header from 'components/layouts/Header';
|
||||
import Parser from 'html-react-parser';
|
||||
import $ from 'jquery';
|
||||
import React, { Component } from 'react';
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
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