Skip to content

Commit

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

0 comments on commit 5e55b8b

Please sign in to comment.