Skip to content

fix: copy static files into ROOT_DIR / 'static' - #52

Merged
shifqu merged 2 commits into
mainfrom
fix/copy-static-into-dockerfile
Nov 15, 2025
Merged

shifqu merged 2 commits into
mainfrom
fix/copy-static-into-dockerfile

Conversation

@shifqu

@shifqu shifqu commented Nov 15, 2025

Copy link
Copy Markdown
Owner

Before this, the static files were directly moved into DJANGO_STATIC_ROOT. But collectstatic should move those files, so they have been moved to a directory discovered by django's collectstatic

Before this, the static files were directly moved into DJANGO_STATIC_ROOT.
But collectstatic should move those files, so they have been moved to a
directory discovered by django's collectstatic
The compose file has also been adjusted to set this variable
hardcoded to /app/static as this is where the Dockerfile moves
the static files
@shifqu
shifqu merged commit 4f06ff4 into main Nov 15, 2025
2 checks passed
@shifqu
shifqu deleted the fix/copy-static-into-dockerfile branch November 15, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant