From 2f864b2995d543f301b6e48a1b8cf3f6d93efc15 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 6 Jan 2024 15:01:46 +0100 Subject: [PATCH] Refactoring --- .DS_Store | Bin 6148 -> 6148 bytes .github/workflows/manual.yaml | 7 +++++++ README.md | 6 ++++++ src/entrypoint.sh | 2 +- 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index cef791ac50954cbab64052785a9e1a8a76e53f79..ed5d125141a508ea4b9f39cb1e54e3b5f1e3bffb 100644 GIT binary patch delta 32 ocmZoMXfc@J&nU4mU^g?P#AY6r%Z!_q*`6>?EO6P(&heKY0Ia(TqyPW_ delta 83 zcmZoMXfc@J&nUSuU^g?P + + Logo + +

+ # Laravel PHP-FPM Docker image > 🐳 Full Docker image for a PHP-FPM container created to run Laravel or any php based applications. diff --git a/src/entrypoint.sh b/src/entrypoint.sh index ab1af68..2116257 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -70,4 +70,4 @@ else fi supervisord -c /etc/supervisor/supervisord.conf -exec "$@" \ No newline at end of file +#exec "$@" \ No newline at end of file