Fix jwt-token

This commit is contained in:
2025-09-12 22:29:00 +02:00
parent f778d9cb54
commit 426f9a1b96
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ RUN npm install --production=false
COPY . .
# Build arguments for environment variables
ARG VITE_BASE_PATH=/uggla/
ARG VITE_BASE_PATH=/
ARG VITE_API_URL
ARG NODE_ENV=production