Fix jwt-token

This commit is contained in:
2025-08-16 19:51:04 +02:00
parent 0d386840e3
commit 52fd44cb0f
6 changed files with 210 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ WORKDIR /app
COPY package*.json ./
# Install dependencies (including dev dependencies for build)
RUN npm ci
RUN npm install --production=false
# Copy source code
COPY . .