]> Untitled Git - public.git/blob - Dockerfile
Updated readme to use prod compose file
[public.git] / Dockerfile
1 FROM httpd:2.4-alpine
2
3 # open htdocs so scripts can write dynamically into there
4 RUN  chmod 777 /usr/local/apache2/htdocs
5
6 COPY /httpd.conf /usr/local/apache2/conf/httpd.conf
7 COPY /lua        /usr/local/apache2/lua