Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117881307
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
359 B
Referenced Files
None
Subscribers
None
Dockerfile
View Options
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
Details
Attached
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)
Attached To
Mode
rDO docker
Attached
Detach File
Event Timeline