We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d87b28 commit 0118a11Copy full SHA for 0118a11
1 file changed
backend/Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /app
6
7
COPY package.json ./
8
COPY package-lock.json ./
9
-RUN npm ci
+RUN npm i
10
11
COPY . .
12
0 commit comments