Skip to content

Commit

Permalink
Fix a whitespace error in the part of the Dockerfile for cleaning App…
Browse files Browse the repository at this point in the history
…le cruft.
  • Loading branch information
mmunro-ltrr committed Oct 17, 2024
1 parent 6514eac commit 893653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN mkdir /home/node/.npm \
&& chown node:node /home/node/.npm \
&& npm config set cache='/home/node/.npm' \
&& npm install --foreground-scripts=true --loglevel=verbose \
&& find node_modules -name '.DS_Store' -exec rm {} \; \
&& find node_modules -name '.DS_Store' -exec rm {} \; \
&& chown -R node:node "$AZ_BOOTSTRAP_FROZEN_DIR"

USER node:node
Expand Down

0 comments on commit 893653d

Please sign in to comment.