fix: ignore hadolint DL3066 for non-numeric USER hermes #14

Merged
jcabillot merged 1 commits from fix/hadolint-dl3066 into main 2026-08-02 12:35:48 -04:00
+1 -1
View File
@@ -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