File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ COPY --chown=node:node yarn.lock ./
1818RUN corepack enable
1919RUN corepack prepare yarn@4.0.2 --activate
2020
21- # Install the dependencies for the Ziti BrowZer Bootstrapper
22- RUN yarn install
21+ # # Install the dependencies for the Ziti BrowZer Bootstrapper
22+ # RUN yarn install
2323
2424# Bring in the source of the Ziti BrowZer Bootstrapper to the working folder
2525COPY --chown=node:node index.js .
@@ -33,9 +33,14 @@ COPY --chown=node:node assets ./assets/
3333
3434# COPY --from=build /home/node/ziti-browzer-bootstrapper /home/node/ziti-browzer-bootstrapper
3535
36- # RUN chown -R node:node /home/node/ziti-browzer-bootstrapper
36+ RUN chown -R node:node /home/node/ziti-browzer-bootstrapper
3737USER node
3838
39+ # Install the dependencies for the Ziti BrowZer Bootstrapper
40+ RUN yarn install
41+
42+ RUN ls -l
43+
3944# WORKDIR /home/node/ziti-browzer-bootstrapper
4045
4146# 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