Fix jwt-token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user