Fix jwt-token

This commit is contained in:
2025-09-23 13:59:41 +02:00
parent 93d87fb73c
commit c58802ea4b
3 changed files with 11 additions and 136 deletions

View File

@@ -9,7 +9,7 @@ WORKDIR /app
COPY package*.json ./
# Install only production dependencies
RUN npm ci --only=production && npm cache clean --force# Copy source code
RUN npm install --only=production && npm cache clean --force# Copy source code
COPY . .
# Create non-root user