fix: change dockerfile
All checks were successful
Laravel-Oracle-Deploy / redeploy (push) Successful in 48s

change cmd
This commit is contained in:
2026-06-25 17:56:33 +08:00
parent d64b766f04
commit 5ce0a3147f

View File

@@ -30,4 +30,4 @@ RUN composer install --no-interaction --optimize-autoloader --no-dev
RUN chown -R www-data:www-data /var/www/storage /var/www/bootstrap/cache RUN chown -R www-data:www-data /var/www/storage /var/www/bootstrap/cache
EXPOSE 9000 EXPOSE 9000
CMD ["php-fpm"] CMD ["php", "artisan", "serve", "--host=0.0.0.0", "--port=9000"]