We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec4747 commit 45be0a1Copy full SHA for 45be0a1
Dockerfile
@@ -20,7 +20,7 @@ RUN corepack prepare yarn@4.0.2 --activate
20
21
# Install the dependencies for the Ziti BrowZer Bootstrapper according to yarn.lock (ci) without
22
# devDepdendencies (--production), then uninstall npm which isn't needed.
23
-RUN yarn install
+# RUN yarn install
24
25
# Bring in the source of the Ziti BrowZer Bootstrapper to the working folder
26
COPY --chown=node:node index.js .
@@ -38,6 +38,7 @@ RUN chown -R node:node /home/node/ziti-browzer-bootstrapper
38
USER node
39
40
WORKDIR /home/node/ziti-browzer-bootstrapper
41
+RUN yarn install
42
43
# Expose the Ziti BrowZer Bootstrapper for traffic to be proxied (8000) and the
44
# REST API where it can be configured (8001)
0 commit comments