diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..fa1ac57 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,27 @@ +# Versioning and metadata +.git/ +.gitignore +.dockerignore + +# Build dependencies +dist/ +node_modules/ +coverage + +# Environment (contains sensitive data) +.env + +# Files not required for production +.editorconfig +Dockerfile +README.md +.eslintrc.js +nodemon.json + +docker-compose* +LICENSE +*.md +.sonarcloud* +.editorconfig +commitlint* +*.gql \ No newline at end of file