Open ryands17 opened 3 months ago
Hi! I think you can use it right away by running a dip compose up --watch
. Or did I miss something?
@bibendi Do I need to sync node_modules
from the container to the host for module autocompletion as well in that case?
Sorry, I didn't use the --watch
option. And it seems it doesn't work with the docker compose run
mode. So it doesn't look usefull for me.
Docker compose recently introduced a
docker compose up --watch
mode that provides more granularity on which files to watch on, which is better than volumes. Would it be possible to integrate this intodip
?