We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982b61a commit 2ede5aeCopy full SHA for 2ede5ae
1 file changed
nextjs/Dockerfile
@@ -6,7 +6,7 @@ FROM node:20-alpine AS builder
6
WORKDIR /app
7
8
COPY package*.json ./
9
-RUN npm install --omit=dev
+RUN npm install
10
11
COPY . .
12
0 commit comments