Build testdata frontend standalone (#75833)

This commit is contained in:
Andres Martinez Gotor
2023-10-16 17:31:43 +02:00
committed by GitHub
parent 8c456ec24b
commit 157ea31b03
27 changed files with 492 additions and 18 deletions

View File

@@ -18,6 +18,7 @@ COPY package.json yarn.lock .yarnrc.yml ./
COPY .yarn .yarn
COPY packages packages
COPY plugins-bundled plugins-bundled
COPY public public
RUN yarn install --immutable