diff --git a/Dockerfile b/Dockerfile index 4ff7b5e..f9d39f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN npm ci && npm run build # Installation des dépendances de l'app WORKDIR /app COPY package*.json ./ -RUN npm ci +RUN npm install # Copie et build des sources de l'app COPY tsconfig.json ./