FROM php:8.0 EXPOSE 80 COPY . /usr/src/myapp WORKDIR /var/www/html CMD [ "apache2-foreground" ]