Installing issue with docker compose
Hi, I'm so appreciated about your great work with this powerful tool
However, when installing with docker compose, I found that some css or js files are missing, so that I could not build the application properly. It's possible that there might be some lines in our .gitignore file that are causing this problem. Can you help check that?
Thank you for your contribution and hard work.
+1
Hi, Ideally the static files should be generated via the Django's collectstatic command, which I have included in the docker-entrypoint-celery.sh file. If this is not working, it might be worth inspecting the docker volumes mentioned in the compose file.
I might need more info on the exact steps you performed and the exact issues you faced. Apologies for the late reply and thank you for exploring LLMine.