Yeah, you're in!

Feel free to replace main website inside this container by adding COPY website /opt/apache2/wwwroot/ to your Dockerfile. website directory have to include index.html file.

Dockerfile sample

FROM apache2-base COPY website /opt/apache2/wwwroot/