Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
jhunterjActual marked this conversation as resolved.
COPY setup_initial_changesets.py .
COPY settings_local.py /code/gcd-django/