initial commit

This commit is contained in:
Isaac
2026-04-13 14:20:53 +03:00
commit 0abb1b5550
4 changed files with 339 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM httpd:2.4-alpine
# Copy your landing page into Apache's web root
COPY index.html /usr/local/apache2/htdocs/
# Expose port 80
EXPOSE 80