We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd7d25 commit 2d006fbCopy full SHA for 2d006fb
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app
4
5
# Optimisation des couches de cache
6
COPY package.json package-lock.json ./
7
-RUN npm ci
+RUN npm i --force
8
9
# Copie du reste des fichiers
10
COPY . .
0 commit comments