add awstats
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-11-19 08:54:52 +00:00
parent 969f78a00f
commit f6681be392

View File

@@ -66,6 +66,7 @@ RUN apk --no-cache add php${PHP_VERSION} \
curl \
vim \
git \
awstats \
rm -rf /var/cache/apk/*
COPY nginx.conf /etc/nginx/nginx.conf
@@ -80,6 +81,8 @@ RUN chown -R nginx:nginx /usr/share/nginx/html
RUN mkdir -p /usr/share/nginx/html/shared
RUN chown -R nobody:nobody /usr/share/nginx/html/shared
COPY awstats.safebox.network.conf /etc/awstats/awstats.safebox.network.conf
VOLUME ["/var/cache/nginx"]
EXPOSE 80