fix xdebug (taken from elixforms-web-services)

This commit is contained in:
2026-07-24 15:05:17 +02:00
committed by pierpaolo.mammi
parent 7a015f2b70
commit 2289f6e5be
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ FROM php:8.5.8-cli
RUN pecl install xdebug && docker-php-ext-enable xdebug
WORKDIR /app
EXPOSE 8000 9023
EXPOSE 8000
CMD ["php", "-S", "0.0.0.0:8000"]