diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-19 22:47:11 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-19 22:47:11 +0530 |
| commit | ace29d6c2bdbdb756ae2ed674e0e817f0aa0be5e (patch) | |
| tree | f6536725544e2ddcb553b8515d99b16c9802ded1 | |
| parent | dcedec3d53ccf8551320937d6cb55996995c4de5 (diff) | |
| download | aniwatch-api-ace29d6c2bdbdb756ae2ed674e0e817f0aa0be5e.tar.xz aniwatch-api-ace29d6c2bdbdb756ae2ed674e0e817f0aa0be5e.zip | |
feat(docker): added `.dockerignore` file
| -rw-r--r-- | .dockerignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..b5aefc3 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,24 @@ +.git +.env +.husky +.github +.gitignore + +node_modules +src +test + +.dockerignore +Dockerfile +build.sh + +LICENSE +CONTRIBUTING.md +CHANGELOG.md +README.md + +tsconfig.json +jest.config.ts +package-lock.json +yarn.lock +pnpm-lock.yaml |
