X-Git-Url: http://git.purplebirdman.com/public.git/blobdiff_plain/6d340888f9a823aed2a04174e4a6a454446186ae..f276084429f7fee87765e97d313af98d0dc9bbc6:/Dockerfile diff --git a/Dockerfile b/Dockerfile index 0624f65..8659635 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,7 @@ 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 /public /root/public +COPY /lua /usr/local/apache2/lua