We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9b0f8 commit c74e8b7Copy full SHA for c74e8b7
.dockerignore
@@ -1,2 +1,2 @@
1
# ignore local assets from development
2
-# node_modules
+node_modules
Dockerfile
@@ -37,9 +37,7 @@ RUN chown -R node:node /home/node/ziti-browzer-bootstrapper
37
USER node
38
39
# Install the dependencies for the Ziti BrowZer Bootstrapper
40
-RUN yarn install
41
-
42
-RUN ls -l
+RUN yarn config set nodeLinker node-modules && yarn install && ls -l
43
44
# WORKDIR /home/node/ziti-browzer-bootstrapper
45
0 commit comments