]> Untitled Git - public.git/blobdiff - Dockerfile
Replaced old perl publish with web-accessible publish
[public.git] / Dockerfile
index 0624f6501230e7fb15dbbb200c07af063bc5e260..865963597a3a7d30545f9a5bce953768ef9243f0 100644 (file)
@@ -1,4 +1,7 @@
 FROM httpd:2.4-alpine
 
 FROM httpd:2.4-alpine
 
+# open htdocs so scripts can write dynamically into there
+RUN  chmod 777 /usr/local/apache2/htdocs
+
 COPY /httpd.conf /usr/local/apache2/conf/httpd.conf
 COPY /httpd.conf /usr/local/apache2/conf/httpd.conf
-COPY /public /root/public
+COPY /lua        /usr/local/apache2/lua