MohGovIL / hamagen-react-native

Israel's Ministry of Health's COVID-19 Exposure Prevention App
https://health.gov.il/
MIT License
508 stars 153 forks source link

Add .dockerignore file to repo #245

Open emanuelb opened 4 years ago

emanuelb commented 4 years ago

.dockerignore file is like .gitignore file, it used in order to avoid sending not-needed files to container environment when running COPY instruction, see issue: #243

example content of .dockerignore (there probably more files which need to be ignored, the file can also be written to ignore everything * and then add required files/dirs with !dir instead)

.git/
.github/
ios/
Containerfile
LICENSE
.dockerignore
*.md