mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
3 lines
132 B
Docker
3 lines
132 B
Docker
FROM httpd
|
|
RUN echo "<html><body><h1>Current Date and Time</h1><p>$(date)</p></body></html>" > /usr/local/apache2/htdocs/index.html
|