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