Skip to content

Commit

Permalink
teset
Browse files Browse the repository at this point in the history
  • Loading branch information
whyour committed Sep 17, 2023
1 parent 5e55b8b commit 8e63c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RUN set -xve \
&& apk update \
&& apk add nodejs npm \
&& cd && ls -alh \
&& test=$(timeout 20 npm -v) \
&& test=$(npm -v) \
&& echo -e $test \
&& cd && ls -alh

0 comments on commit 8e63c8c

Please sign in to comment.