FROM php:8.2-cli WORKDIR /rood COPY ./app/ ./app/ CMD["php", "-S", "0.0.0.0.:7860", "/app/index.php"]