Fix jwt-token

This commit is contained in:
2025-09-12 23:11:52 +02:00
parent c7f4f23f00
commit 54152ceaa7

View File

@@ -6,7 +6,7 @@ WORKDIR /app
COPY package*.json ./ COPY package*.json ./
# Install dependencies # Install dependencies
RUN npm ci --only=production RUN npm install
# Copy source code # Copy source code
COPY . . COPY . .