fix(docker): restore trailing newline on Dockerfile

Drop the unrelated final-newline deletion; keep only the curl addition.
This commit is contained in:
Ben Barclay 2026-04-30 15:44:57 +10:00
parent 7a4da315a2
commit b06a06e608

View file

@ -70,4 +70,4 @@ ENV HERMES_WEB_DIST=/opt/hermes/hermes_cli/web_dist
ENV HERMES_HOME=/opt/data
ENV PATH="/opt/data/.local/bin:${PATH}"
VOLUME [ "/opt/data" ]
ENTRYPOINT [ "/usr/bin/tini", "-g", "--", "/opt/hermes/docker/entrypoint.sh" ]
ENTRYPOINT [ "/usr/bin/tini", "-g", "--", "/opt/hermes/docker/entrypoint.sh" ]