Mise à jour de 'cryptide_project/Dockerfile'
continuous-integration/drone/push Build is failing Details

pull/96/head^2
Thomas CHAZOT 1 year ago
parent 04b1f84f72
commit 32b811a559

@ -7,7 +7,7 @@ WORKDIR /app
# Copier le package.json et le package-lock.json pour installer les dépendances # Copier le package.json et le package-lock.json pour installer les dépendances
COPY package*.json ./ COPY package*.json ./
RUN ls ./ RUN cat package.json
# Installer les dépendances # Installer les dépendances
RUN npm install --force RUN npm install --force

Loading…
Cancel
Save