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