]> Untitled Git - public.git/blob - Dockerfile
Service now runs on existing proxy network.
[public.git] / Dockerfile
1 FROM httpd:2.4
2
3 RUN apt-get update -y && \
4     apt-get -y install make gcc perl && \
5     cpan -i File::Spec File::Path
6
7 ADD /httpd.conf /usr/local/apache2/conf/httpd.conf
8 ADD /public /root/public