diff --git a/Dockerfile b/Dockerfile index ddae040..ce4d65d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app RUN yarn global add @quasar/cli # Set environment variables -ENV VITE_TARGO_BACKEND_URL="targo-backend:3000" +ENV VITE_TARGO_BACKEND_URL="http://targo-backend:3000" # Copy the code COPY . .