fix: use explicit numeric USER 101 in domaincheck Dockerfile

Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/ba074d59-2085-4aa8-bf11-e6c09defc27a

Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-27 08:43:09 +00:00
committed by GitHub
parent 5d2bb1bcc4
commit 670e0df676

View File

@@ -13,7 +13,7 @@ COPY --chown=www-data:www-data lighttpd.conf /lighttpd.conf
COPY --chmod=775 start.sh /start.sh
USER www-data
USER 101
ENTRYPOINT ["/start.sh"]
HEALTHCHECK CMD nc -z 127.0.0.1 $APACHE_PORT || exit 1