This commit is contained in:
franknstayn
2023-08-28 03:09:58 +08:00
parent 9fe4ec5e5d
commit 45c8c94934

View File

@@ -38,7 +38,7 @@ RUN composer install
RUN php artisan key:generate RUN php artisan key:generate
# Expose port 9000 for PHP-FPM # Expose port 9000 for PHP-FPM
EXPOSE 80 EXPOSE 9000
# Start PHP-FPM # Start PHP-FPM
CMD ["php-fpm"] CMD ["php-fpm"]