custom modules and write access

This commit is contained in:
bunkerity
2020-01-19 14:48:03 +00:00
parent 5bcdb0219e
commit d5f8c7647d
3 changed files with 17 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ COPY confs/ /opt/confs
COPY scripts/ /opt/scripts
COPY misc/GeoLite2-Country.mmdb /etc/nginx/geoip.mmdb
RUN apk --no-cache add php7-fpm php7-session certbot libstdc++ libmaxminddb geoip pcre yajl && \
RUN apk --no-cache add php7-fpm certbot libstdc++ libmaxminddb geoip pcre yajl && \
chmod +x /opt/entrypoint.sh /opt/scripts/* && \
mkdir /www && \
adduser -h /dev/null -g '' -s /sbin/nologin -D -H nginx