Skip to content

Instantly share code, notes, and snippets.

@bdcravens
Created February 24, 2018 23:02
Show Gist options
  • Save bdcravens/328fb2b1ef7b0bb87bf615103b6367a3 to your computer and use it in GitHub Desktop.
Save bdcravens/328fb2b1ef7b0bb87bf615103b6367a3 to your computer and use it in GitHub Desktop.
docker-sync config with ignores for Rails
# docker-sync.yml
version: 2
syncs:
my-app-sync:
src: './'
sync_strategy: 'native_osx'
sync_excludes: ['tmp','.git','coverage', 'log']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment