mirror of
https://github.com/ysoftdevs/th.git
synced 2026-03-22 09:30:20 +01:00
4 lines
77 B
Docker
4 lines
77 B
Docker
FROM fedora
|
|
RUN yum -y install httpd
|
|
CMD ["/sbin/httpd", "-D", "FOREGROUND"]
|