-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker build fails to copy static files #60
Comments
I rermoved that line form dockerignore and rebuilt.
but |
I obviously removed that line as well. There may be side effects because I don't know why it was in there in the first place. However, I don't experience the file not found issue. But then, I serve the static files through an nginx container. |
isn't it the same issue as mentioned here ? |
For anybody wanting to build their own docker image: make sure the the static files are not excluded in .dockerignore.
In the current version, they are (due to the '**/static' rule).
Otherwise, you will experience a very barebones UI as all css and javascript files are missing and cannot be sent to the browser.
The text was updated successfully, but these errors were encountered: