Skip to content

Commit 2ede5ae

Browse files
committed
fix dockerfiles
1 parent 982b61a commit 2ede5ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextjs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM node:20-alpine AS builder
66
WORKDIR /app
77

88
COPY package*.json ./
9-
RUN npm install --omit=dev
9+
RUN npm install
1010

1111
COPY . .
1212

0 commit comments

Comments
 (0)