We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e73c94 commit 17736f2Copy full SHA for 17736f2
Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /usr/src/app
3
COPY package.json ./
4
COPY package-lock.json ./
5
6
-RUN npm install
+RUN npm ci
7
8
COPY src ./src
9
COPY tsconfig.json ./
0 commit comments