added Dockerfile

This commit is contained in:
2024-07-31 14:55:04 +02:00
parent 32d21ac79b
commit 20b8902ba3
+3
View File
@@ -0,0 +1,3 @@
FROM almalinux:latest
RUN dnf install -y httpd
CMD [ "/usr/sbin/httpd", "-DFOREGROUND" ]