We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452f929 commit 35233f5Copy full SHA for 35233f5
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /app
5
6
# Copy package files
7
COPY package*.json ./
8
-RUN npm ci --only=production && npm cache clean --force
+RUN npm ci && npm cache clean --force
9
10
# Copy source and build
11
COPY . .
0 commit comments