prod commit with small staticfile handling changes to container.db.sqlite3, the Dockerfile & requirements.dev.txt

This commit is contained in:
Disco DeDisco
2026-01-27 23:32:16 -05:00
parent adf0ca3d25
commit 512e5e6cd9
3 changed files with 2 additions and 1 deletions

View File

@@ -7,10 +7,11 @@ COPY requirements.txt /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt RUN pip install -r /tmp/requirements.txt
COPY src /src COPY src /src
RUN rm -rf /src/static
WORKDIR /src WORKDIR /src
RUN python manage.py collectstatic RUN python manage.py collectstatic --noinput
ENV DJANGO_DEBUG_FALSE=1 ENV DJANGO_DEBUG_FALSE=1

Binary file not shown.

Binary file not shown.