Skip to content

Commit

Permalink
tesr
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 17, 2023
1 parent 935dca5 commit 92b53f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ RUN set -x \
&& apk add nodejs npm git \
&& which node \
&& node -v \
&& cd /usr/local && ls -alh \
&& mkdir -p /usr/local \
&& cd /usr/lib/node_modules && ls -alh \
&& cat /usr/lib/node_modules/npm/npmrc \
&& which npm \
&& npm config ls -l
&& npm -v

0 comments on commit 92b53f7

Please sign in to comment.