Update Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-11-19 09:51:40 +00:00
parent c9cdf1eaef
commit 87af3bb61e

View File

@@ -83,10 +83,10 @@ RUN chown -R nobody:nobody /usr/share/nginx/html/shared
# awstats
RUN mkdir -p /var/lib/awstats
RUN mkdir -p /var/www/localhost/htdocs/awstats
RUN mkdir -p /htdocs/awstats
COPY awstats.safebox.network.conf /etc/awstats/awstats.safebox.network.conf
COPY awstats.conf /etc/nginx/conf.d/awstats.conf
RUN perl /usr/share/awstats/wwwroot/cgi-bin/awstats.pl -config=safebox.network -update
RUN perl /usr/lib/awstats/cgi-bin/awstats.pl -config=safebox.network -update
VOLUME ["/var/cache/nginx"]