FROM daocloud.io/php:7.1-apache WORKDIR /usr/src/myapp COPY ./src /usr/src/myapp CMD [ "php","/src/index.php" ]