Files
av c3209e8ee5
Linting / YAML Lint (push) Canceled after 0s
Linting / Ansible Lint (push) Canceled after 0s
GoAccess: update to 1.12
2026-09-17 09:01:26 +03:00

9 lines
193 B
Docker

FROM allinurl/goaccess:1.12
RUN apk add --no-cache jq
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod 0755 /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]