From 875997a18ebcd85580c3a71579c134150bec929f Mon Sep 17 00:00:00 2001 From: opencodecabilloteu Date: Sun, 2 Aug 2026 16:26:23 +0000 Subject: [PATCH] fix: ignore hadolint DL3066 for non-numeric USER hermes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a8e357..d4017ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -82,7 +82,7 @@ ENV HERMES_WEBUI_AGENT_DIR=/opt/hermes-agent \ RUN useradd --create-home --shell /bin/bash hermes \ && mkdir -p /workspace \ && chown -R hermes:hermes /app /opt/venv /opt/hermes-agent /workspace /home/hermes - +# hadolint ignore=DL3066 USER hermes EXPOSE 8787