FROM httpd:2.4-alpine RUN apk add --no-cache redis ADD ./*.html /usr/local/apache2/htdocs/ ADD ./*.lua /usr/local/apache2/cgi-bin/ ADD ./httpd.conf /usr/local/apache2/conf/httpd.conf