diff --git a/frontend/Dockerfile_prod b/frontend/Dockerfile_prod index 03143bc..a5bfaad 100644 --- a/frontend/Dockerfile_prod +++ b/frontend/Dockerfile_prod @@ -21,7 +21,7 @@ RUN npm install # Copies everything over to Docker environment COPY . . -ENV REACT_APP_API_URL="http://192.168.1.171:8000" +ENV REACT_APP_API_URL="http://backend.signlanguagetool.secureservers.be" # Build for production.