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

bug frontend reglé

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