feat(infrastructure): test basic workflow

This commit is contained in:
2025-09-22 18:52:23 +02:00
parent 5de64c5b1f
commit 37f6fb2882
2 changed files with 48 additions and 0 deletions

2
cd-test/Dockerfile Normal file
View File

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