FROM php:latest COPY . /usr/src/myapp WORKDIR /usr/src/myapp/public/ CMD [ "php", "./index.php" ]