feat(infrastructure): change Dockerfile to see how CI/CD reacts

This commit is contained in:
2025-09-22 19:22:40 +02:00
parent afa46144d3
commit 616ab696f5

View File

@@ -1,2 +1,2 @@
FROM httpd FROM httpd
RUN echo "<html><body><h1>Current Date and Time</h1><p>$(date)</p></body></html>" > /usr/local/apache2/htdocs/index.html RUN echo "<html><body><h1>Current Skibidi Date and Skibidi Time</h1><p>$(date)</p></body></html>" > /usr/local/apache2/htdocs/index.html