Skip to content

Commit c74e8b7

Browse files
committed
security updates
1 parent 7e9b0f8 commit c74e8b7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# ignore local assets from development
2-
# node_modules
2+
node_modules

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ RUN chown -R node:node /home/node/ziti-browzer-bootstrapper
3737
USER node
3838

3939
# Install the dependencies for the Ziti BrowZer Bootstrapper
40-
RUN yarn install
41-
42-
RUN ls -l
40+
RUN yarn config set nodeLinker node-modules && yarn install && ls -l
4341

4442
# WORKDIR /home/node/ziti-browzer-bootstrapper
4543

0 commit comments

Comments
 (0)