diff --git a/Frontend/Dockerfile b/Frontend/Dockerfile index 5e40e45..24a53af 100644 --- a/Frontend/Dockerfile +++ b/Frontend/Dockerfile @@ -2,8 +2,8 @@ FROM node:22 # Environment variables -ENV MODEL_URI=http://model:8081 -ENV BACKEND_URI=http://backend:8000 +ENV MODEL_URI=http://localhost:8081 +ENV BACKEND_URI=http://localhost:8000 # Metadata LABEL maintainer="kshitijka"