diff --git a/Dockerfile b/Dockerfile
index 026bdee873226d03b4041a56cbeff286cf268236..a955dc5aa1cf6c848d0c78bace9efe30935441e1 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