FROM mcr.microsoft.com/vscode/devcontainers/php:8.0-fpm as runner WORKDIR /app COPY . /app EXPOSE 8080 CMD [ "php","index.php" ]