diff --git a/backend/Dockerfile b/backend/Dockerfile index e9838bc..c6d24e8 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -21,4 +21,5 @@ RUN apt-get update \ php8.2-memcached php8.2-pcov php8.2-xdebug \ && curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer -CMD ["/bin/bash", "-c", "php artisan migrate && php artisan serve --host=0.0.0.0"] +# CMD ["/bin/bash", "-c", "php artisan migrate && php artisan serve --host=0.0.0.0"] +CMD ["php", "artisan", "serve", "--host=0.0.0.0"]