Skip to content

Commit 8f0d07d

Browse files
committed
Use npm ci instead of npm i
1 parent 2fdc400 commit 8f0d07d

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", "install"]
29+
RUN ["npm", "ci", "--include=dev"]
3030

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

0 commit comments

Comments
 (0)