FROM php:8.1-cli COPY . ./script WORKDIR ./script CMD [ "php", "./index.html" ]