fix: replace npm install with npm ci (20260615-141322) (#762)
CodeQL / Analyze (go) (push) Failing after 45s
CodeQL / Analyze (python) (push) Failing after 28s
CodeQL / Analyze (typescript) (push) Failing after 26s

fix: use lockfile-aware install commands

Co-authored-by: securityeng-bot[bot] <219863240+securityeng-bot[bot]@users.noreply.github.com>
This commit is contained in:
securityeng-bot[bot]
2026-06-15 11:55:18 -04:00
committed by GitHub
parent 8ded149643
commit 30f4b7f6a6
+1 -1
View File
@@ -9,7 +9,7 @@ COPY . .
RUN yarn global add @vue/cli
COPY .npmrc .
COPY .yarnrc.yml .
RUN yarn install
RUN yarn install --immutable
ENV HOST=0.0.0.0
CMD ["yarn", "run", "serve"]