Skip to content

Commit bb21784

Browse files
authored
SCCM-1815: Fixing vulnerabilities for Pulsar Admin Console (#115)
* Fixing vulnerabilities for Pulsar Admin Console * Making some more changes for CI checks
1 parent 27c8f17 commit bb21784

7 files changed

Lines changed: 1187 additions & 1986 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ WORKDIR /build
44

55
COPY ./dashboard/ .
66

7-
# Prefer ci instead of install here
8-
RUN npm ci
7+
# Prefer ci instead of install here. Explicitly include devDependencies for the UI build.
8+
RUN npm ci --include=dev
99
# Only need @vue/cli to run the "build-standalone" script. We don't need it in the final image.
1010
RUN npm install -g @vue/cli
1111
RUN npm run build-standalone

0 commit comments

Comments
 (0)