Fix jwt-token

This commit is contained in:
2025-09-23 13:56:59 +02:00
parent 8fbe2cb354
commit 93d87fb73c
2 changed files with 128 additions and 4 deletions

View File

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