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
The sync commands use rsync --filter=":- .dockerignore". It's unclear that rsync FILTER RULES is equivalent to docker's interpretation of .dockerignore. (It's likely it isn't).
The sync commands use
rsync --filter=":- .dockerignore". It's unclear that rsync FILTER RULES is equivalent to docker's interpretation of.dockerignore. (It's likely it isn't).Reconcile this