Skip to content

Commit 2f1a87d

Browse files
committed
need to use npm install on retriever since no lockfile
1 parent 80653a8 commit 2f1a87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.retriever

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ COPY package.retriever.json /usr/src/package.json
88

99
WORKDIR /usr/src
1010

11-
RUN npm ci
11+
RUN npm install
1212

1313
CMD ["npm", "start"]

0 commit comments

Comments
 (0)