File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ Based on [official PHP image](https://hub.docker.com/_/php/) for PHP 5.6.40 with
3232
3333## Copyright
3434
35- > Copyright (c) 2021 Ben Green < https://bcgdesign.com >
35+ > Copyright (c) 2021 Ben Green < https://bcgdesign.com >
3636> Unless otherwise stated
Original file line number Diff line number Diff line change 1- 1.1.1
1+ 1.1.2
Original file line number Diff line number Diff line change 11#! /bin/sh
2+
3+ set -euo pipefail
4+
5+
6+ # ======================================================================================================================
7+ # Attempt to load localhost using wget
8+ # ======================================================================================================================
9+
210wget --no-verbose --tries=1 --spider http://localhost || exit 1
You can’t perform that action at this time.
0 commit comments