diff --git a/.dockerignore b/.dockerignore index cbeb32319..a84164e14 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,11 +1,11 @@ # only db, scripts, src, and user directories are needed +.git .github .husky .vscode logs node_modules -# prisma will generated by postinstall script -prisma +prisma # prisma will generated by postinstall script .all-contributorsrc .commitlintrc.js .dockerignore @@ -16,4 +16,4 @@ prisma CONTRIBUTORS.md Dockerfile jsconfig.json -README.md \ No newline at end of file +README.md