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