diff --git a/README.md b/README.md index b0113fb..db27e89 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build](https://github.com/jkaninda/laravel-php-fpm/actions/workflows/build.yml/badge.svg)](https://github.com/jkaninda/laravel-php-fpm/actions/workflows/build.yml) +[![Integration Test](https://github.com/jkaninda/laravel-php-fpm/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/jkaninda/laravel-php-fpm/actions/workflows/integration-tests.yml) ![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/jkaninda/laravel-php-fpm?style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/jkaninda/laravel-php-fpm?style=flat-square) diff --git a/src/entrypoint.sh b/src/entrypoint.sh index fccbba9..47568e3 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -3,7 +3,7 @@ Red='\033[0;31m' # Red Green='\033[0;32m' # Green echo "" echo "***********************************************************" -echo " Starting LARAVEL PHP-FPM Docker Container " +echo " Starting LARAVEL PHP-FPM Container " echo "***********************************************************" set -e