mirror of
https://github.com/ysoftdevs/th.git
synced 2026-06-10 17:02:59 +02:00
4 lines
77 B
Docker
4 lines
77 B
Docker
FROM fedora
|
|
RUN yum -y install httpd
|
|
CMD ["/sbin/httpd", "-D", "FOREGROUND"]
|