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

@@ -16,7 +16,7 @@ WORKDIR /app
COPY package*.json ./
# Install dependencies
RUN npm ci --only=production && \
RUN npm install --only=production && \
npm cache clean --force
# Copy application code