You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
I have a situation where calling docker run -v $(pwd):/app <image> pserve development.ini is really slow, due to the fact that vagrant has to sync a rather large directory at pwd. I've found that changing this line:
I have a situation where calling
docker run -v $(pwd):/app <image> pserve development.ini
is really slow, due to the fact that vagrant has to sync a rather large directory atpwd
. I've found that changing this line:To:
Eliminates the problem. Just wanted to get some insight into the options that I removed, and why they are there in the first place.
The text was updated successfully, but these errors were encountered: