Parcourir la source

fix: build error 2 (#14003)

tags/1.0.0
Joel il y a 8 mois
Parent
révision
3467ad3d02
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      web/Dockerfile

+ 1
- 1
web/Dockerfile Voir le fichier

@@ -22,7 +22,7 @@ COPY pnpm-lock.yaml .
# if you located in China, you can use taobao registry to speed up
# RUN pnpm install --frozen-lockfile --registry https://registry.npmmirror.com/

RUN pnpm install --frozen-lockfile -P
RUN pnpm install --frozen-lockfile

# build resources
FROM base AS builder

Chargement…
Annuler
Enregistrer