From 616ab696f54d7b9489bc6ac097b20bf2a148f9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Trkan?= Date: Mon, 22 Sep 2025 19:22:40 +0200 Subject: [PATCH] feat(infrastructure): change Dockerfile to see how CI/CD reacts --- cd-test/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd-test/Dockerfile b/cd-test/Dockerfile index 8b7919a..71527f6 100644 --- a/cd-test/Dockerfile +++ b/cd-test/Dockerfile @@ -1,2 +1,2 @@ FROM httpd -RUN echo "

Current Date and Time

$(date)

" > /usr/local/apache2/htdocs/index.html +RUN echo "

Current Skibidi Date and Skibidi Time

$(date)

" > /usr/local/apache2/htdocs/index.html