Skip to content
Snippets Groups Projects

Containerize

Open Greg Burd requested to merge gburd/syncmonitor:master into master
5 files
+ 162
0
Compare changes
  • Side-by-side
  • Inline
Files
5
.dockerignore 0 → 100644
+ 34
0
# Don't track git
.git/*
.github/*
.gitignore
.gitattributes
# Don't track cargo generated files
target/*
# Don't track the generated JS
app/pkg/*
# Don't track changes to the Dockerfile, triggering a rebuild without cache
Dockerfile
.dockerignore
# Don't track docs
*.md
LICENSE
CHANGELOG.md
README.md
docs/*
example_configs/*
# Output of `npm install rollup`
node_modules/*
package-lock.json
package.json
# Pre-build binaries
*.tar.gz
# Various config files that shouldn't be tracked
.env
Loading