Refactored file structure to fix docker build, fixed Unfold configuration.

This commit is contained in:
2025-11-11 09:08:09 +00:00
parent a82d0a5396
commit c488f18cc6
181 changed files with 46 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ RUN pip install --upgrade pip \
# 4. Collect static assets
# =============================================
WORKDIR /app
COPY . .
COPY ./app .
RUN python manage.py collectstatic --noinput