Files
uis-cloud-computing/cd-test/Dockerfile

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