mirror of
https://github.com/docker/awesome-compose.git
synced 2026-06-30 18:40:32 +02:00
fix: replace npm install with npm ci (20260615-141322) (#762)
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:
committed by
GitHub
parent
8ded149643
commit
30f4b7f6a6
@@ -9,7 +9,7 @@ COPY . .
|
|||||||
RUN yarn global add @vue/cli
|
RUN yarn global add @vue/cli
|
||||||
COPY .npmrc .
|
COPY .npmrc .
|
||||||
COPY .yarnrc.yml .
|
COPY .yarnrc.yml .
|
||||||
RUN yarn install
|
RUN yarn install --immutable
|
||||||
ENV HOST=0.0.0.0
|
ENV HOST=0.0.0.0
|
||||||
CMD ["yarn", "run", "serve"]
|
CMD ["yarn", "run", "serve"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user