We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0905e commit fc5ccd5Copy full SHA for fc5ccd5
1 file changed
Dockerfile
@@ -8,7 +8,9 @@ COPY webpack.config.js ./
8
COPY src ./src
9
RUN ls
10
# Install the project's dependencies and build the bundles
11
-RUN npm ci && npm run build && env NODE_ENV=production npm prune
+RUN npm ci
12
+RUN env NODE_ENV=production npm run build
13
+RUN env NODE_ENV=production npm prune
14
15
# --------------------------------------------------------------------------------
16
0 commit comments