@ -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"]