From 2f47bb77b7f154187f221eb1f71da057850a1d76 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 9 Dec 2023 18:25:28 +0100 Subject: [PATCH] Refactoring --- README.md | 1 + src/entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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