Skip to content
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 build with if-you-need-to-delete-this-open-an-issue-async-disk-cache #69

Open
btai24 opened this issue Jan 9, 2020 · 0 comments

Comments

@btai24
Copy link

btai24 commented Jan 9, 2020

I have a docker image that takes 13 minutes to run ember build (fairly large ember project). Running on the host machine will also take 13 minutes initially, but drops down to a more manageable 1 minute build time after initial build (using the cache stored in /tmp/{user}/if-you-need-to-delete-this-open-an-issue-async-disk-cache i pressume). I tried copying in the cache into my docker build prior to running the ember build, but it doesn't seem like it uses the cache (continues to take ~13 minutes). Any ideas on whether the cache is tied to something built in my local repository or improving my docker build time in general?

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

No branches or pull requests

1 participant