FROM php:7.4-cli COPY . /api-rest WORKDIR api-rest CMD [ "php", "./index.php" ] CMD [ "ls" ]