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