fixed dockerfile

This commit is contained in:
Frédérick Pruneau 2025-12-29 10:15:27 -05:00
parent 3b1f48231d
commit 0efa683a07

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://10.100.251.2:3420" ENV VITE_TARGO_BACKEND_URL="http://10.100.251.2:3420/"
# Copy the code # Copy the code
COPY . . COPY . .