From 9af8c365bd46a566aba1fcdfed7dcc01b4109b69 Mon Sep 17 00:00:00 2001 From: "J. Hunter Johnson" Date: Fri, 31 Jul 2026 14:37:04 -0400 Subject: [PATCH] Repair HTMX symlink in Docker builds --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ef295da..f5d2c7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,7 @@ RUN apt-get update \ COPY gcd-django/requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY gcd-django gcd-django +# Some Windows checkouts store Git symlinks as plain text files. +RUN ln -sf htmx_2_0_8.min.js gcd-django/static/js/htmx.min.js COPY setup_initial_changesets.py . COPY settings_local.py /code/gcd-django/