diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 594ccfd..2d0dda8 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app # Copier le package.json et le package-lock.json pour installer les dépendances COPY package*.json ./ -RUN ls ./ +RUN cat package.json # Installer les dépendances RUN npm install --force