Skip to content

Commit

Permalink
Update docker/test/test-script.sh
Browse files Browse the repository at this point in the history
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 6d31010 commit 13eb449
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/test/test-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

PORT=8080

apk add w3m
if ! apk add w3m; then
echo "Failed to install w3m package"
exit 1
fi

echo sleeping a little to get things setteled...
sleep 15
Expand Down

0 comments on commit 13eb449

Please sign in to comment.