udpate debug settings and scripts
This commit is contained in:
@@ -3,6 +3,6 @@ FROM php:8.5.8-cli
|
||||
RUN pecl install xdebug && docker-php-ext-enable xdebug
|
||||
|
||||
WORKDIR /app
|
||||
EXPOSE 8000 9003
|
||||
EXPOSE 8000 9013
|
||||
|
||||
CMD ["php", "-S", "0.0.0.0:8000", "-t", "public", "public/index.php"]
|
||||
|
||||
Reference in New Issue
Block a user