Skip to content
Snippets Groups Projects
Commit 2c477bca authored by Abelangel's avatar Abelangel
Browse files

bug frontend reglé

parent d61c76dc
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ FROM node:18 AS builder ...@@ -5,7 +5,7 @@ FROM node:18 AS builder
WORKDIR /app WORKDIR /app
# Copier les fichiers package.json et package-lock.json # Copier les fichiers package.json et package-lock.json
COPY package.json package-lock.json ./ COPY package.json ./
# Installer les dépendances # Installer les dépendances
RUN npm install RUN npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment