From 8e4f7adc3601234c009673ef650fe277ef500131 Mon Sep 17 00:00:00 2001
From: "Alex. Plokhikh" <a.plohih@iqdev.digital>
Date: Wed, 17 Apr 2024 15:25:46 +0500
Subject: [PATCH] change php to php-fpm

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 026bdee..a955dc5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,4 +12,4 @@ ENV COMPOSER_ALLOW_SUPERUSER=1
 RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
 RUN composer install
 
-CMD ["php"]
\ No newline at end of file
+CMD ["php-fpm"]
\ No newline at end of file
-- 
GitLab