-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
Improve docker run speeds #3055
Conversation
@vabene1111 the removal of venv was reverted, i will open another PR for this change though once this is merged though, where this can be discussed more thoroughly |
Hi, will this ever be merged? |
approving something usually means that I will merge it but since there are literally endless things to do I will do everything whenever I feel like its right to do it. So please have some patience, since this is a non critical change. Apart from that thank you very much for your contribution. |
reverted this PR as it lead to errors on certain setups. #3099 can merge it again if plausible reason and solution is found. Otherwise we will just live with a little slower startup for now, can look into build/setup optimizations again for vue3 version. |
…evelop" This reverts commit f14acc3.
Alters the docker image and boot script so that static files are collected ahead of time. This massively speeds up the start up as now this step is simply copying the already collected files.