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 27c8f17 commit bb21784Copy full SHA for bb21784
7 files changed
Dockerfile
@@ -4,8 +4,8 @@ WORKDIR /build
4
5
COPY ./dashboard/ .
6
7
-# Prefer ci instead of install here
8
-RUN npm ci
+# Prefer ci instead of install here. Explicitly include devDependencies for the UI build.
+RUN npm ci --include=dev
9
# Only need @vue/cli to run the "build-standalone" script. We don't need it in the final image.
10
RUN npm install -g @vue/cli
11
RUN npm run build-standalone
0 commit comments