From 0efa683a07ec78ce45d2e7cf0f4d21f1ea13cc82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rick=20Pruneau?= Date: Mon, 29 Dec 2025 10:15:27 -0500 Subject: [PATCH] fixed dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72052d6..127ed43 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="http://10.100.251.2:3420" +ENV VITE_TARGO_BACKEND_URL="http://10.100.251.2:3420/" # Copy the code COPY . .