Page MenuHomePhorge

Dockerfile
No OneTemporary

Authored By
Unknown
Size
359 B
Referenced Files
None
Subscribers
None

Dockerfile

FROM kolab/base:latest
RUN yum -y install \
httpd \
php \
mod_ssl && \
yum clean all
RUN sed -r -i \
-e 's|^(\s*)CustomLog .* common$|\1CustomLog /proc/self/fd/1 common|g' \
-e 's|^(\s*)ErrorLog .*$|\1ErrorLog /proc/self/fd/2|g' \
/etc/httpd/conf/httpd.conf
EXPOSE 80 443
CMD [ "/usr/sbin/httpd" , "-DFOREGROUND" ]

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 11:48 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18831627
Default Alt Text
Dockerfile (359 B)

Event Timeline