Files
2014-09-30 11:12:22 +02:00

4 lines
77 B
Docker

FROM fedora
RUN yum -y install httpd
CMD ["/sbin/httpd", "-D", "FOREGROUND"]