feat : working mount of work directory on docker

This commit is contained in:
martin legrand
2025-06-01 16:44:07 +02:00
parent 9f0fdd547e
commit d3f20819ff
5 changed files with 51 additions and 38 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import axios from 'axios';
import './App.css';
import { colors } from './colors';
const BACKEND_URL = process.env.REACT_APP_BACKEND_URL || 'http://0.0.0.0:8000';
const BACKEND_URL = process.env.BACKEND_PORT || 'http://0.0.0.0:8000';
function App() {
const [query, setQuery] = useState('');