fix: utiliser npm install au lieu de npm ci pour les dépendances Docker
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY backend/package*.json ./
|
COPY backend/package*.json ./
|
||||||
|
|
||||||
RUN npm ci --only=production
|
RUN npm install --production && npm cache clean --force
|
||||||
|
|
||||||
COPY backend/src ./src
|
COPY backend/src ./src
|
||||||
COPY frontend ./frontend
|
COPY frontend ./frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user