update dockerfile

This commit is contained in:
Frédérick Pruneau 2025-12-29 09:58:07 -05:00
parent e824278cec
commit 3b1f48231d

View File

@ -8,7 +8,7 @@ WORKDIR /app
RUN yarn global add @quasar/cli RUN yarn global add @quasar/cli
# Set environment variables # Set environment variables
ENV VITE_TARGO_BACKEND_URL="http://targo-backend:3000" ENV VITE_TARGO_BACKEND_URL="http://10.100.251.2:3420"
# Copy the code # Copy the code
COPY . . COPY . .