Skip to content

Commit

Permalink
Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
trackleft committed Oct 21, 2022
1 parent 78e22ea commit d69272b
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 @@ -34,4 +34,4 @@ RUN apt-get update \
&& chmod 644 /root/.npmrc \
&& npm install -g [email protected] \
&& npm install \
&& find node_modules -name '.DS_Store' -exec rm {} \;
&& find node_modules -name '.DS_Store' -exec rm {} \;

0 comments on commit d69272b

Please sign in to comment.