Add static folder

This commit is contained in:
2025-07-01 22:49:04 +10:00
parent 6975172363
commit 945b43f7c1
+1
View File
@@ -40,6 +40,7 @@ COPY new_theme/ ./new_theme/
COPY templates/ ./templates/
COPY locale/ ./locale/
COPY tailwind.config.js ./
COPY static/ ./static/
# Build static assets and translations
RUN uv run manage.py tailwind install \