We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64282a6 commit 6bbef71Copy full SHA for 6bbef71
Dockerfile
@@ -5,7 +5,7 @@ COPY package*.json ./
5
COPY tsconfig.json ./
6
COPY tsconfig.node.json ./
7
8
-RUN npm ci
+RUN npm install
9
10
COPY . .
11
0 commit comments