File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ WORKDIR /home/node/ziti-browzer-bootstrapper
1414COPY --chown=node:node package.json ./
1515COPY --chown=node:node yarn.lock ./
1616
17- # Install yarn 4
18- RUN corepack enable
19- RUN corepack prepare yarn@4.0.2 --activate
17+ # # Install yarn 4
18+ # RUN corepack enable
19+ # RUN corepack prepare yarn@4.0.2 --activate
2020
2121# Install the dependencies for the Ziti BrowZer Bootstrapper according to yarn.lock (ci) without
2222# devDepdendencies (--production), then uninstall npm which isn't needed.
@@ -38,6 +38,12 @@ RUN chown -R node:node /home/node/ziti-browzer-bootstrapper
3838USER node
3939
4040WORKDIR /home/node/ziti-browzer-bootstrapper
41+
42+ # Install yarn 4
43+ RUN corepack enable
44+ RUN corepack prepare yarn@4.0.2 --activate
45+
46+ # Install deps
4147RUN yarn install
4248
4349# Expose the Ziti BrowZer Bootstrapper for traffic to be proxied (8000) and the
You can’t perform that action at this time.
0 commit comments