Skip to content

Commit 104e7b4

Browse files
committed
ran npm ci
Signed-off-by: Frédéric Noppe <frederic.noppe@l3montree.com>
1 parent de3accb commit 104e7b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV NEXT_PUBLIC_ENVIRONMENT=production
1717
COPY package-lock.json .
1818
COPY package.json .
1919

20-
RUN npm ci
20+
RUN npm ci --omit=optional
2121

2222
COPY . .
2323

0 commit comments

Comments
 (0)