Skip to content

Commit 71a73b5

Browse files
committed
Revert "Use npm ci instead of npm i"
This reverts commit 8f0d07d.
1 parent 8f0d07d commit 71a73b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ WORKDIR /tmp/
2626

2727
COPY ./frontend/package.json frontend/package.json
2828
WORKDIR /tmp/frontend
29-
RUN ["npm", "ci", "--include=dev"]
29+
RUN ["npm", "install"]
3030

3131
FROM python:3.12 as build-server-openapi
3232

0 commit comments

Comments
 (0)