]> Untitled Git - godot-builder.git/blob - hook/Dockerfile
Updated prod compose file
[godot-builder.git] / hook / Dockerfile
1 FROM httpd:2.4-alpine
2
3 RUN apk add --no-cache redis
4
5 ADD ./*.html /usr/local/apache2/htdocs/
6 ADD ./*.lua  /usr/local/apache2/cgi-bin/
7
8 ADD ./httpd.conf /usr/local/apache2/conf/httpd.conf