- Updated .dockerignore to ignore everything by default while allowing necessary files and directories for the Docker build.
- Enhanced Dockerfile to utilize caching for pnpm installation and Turbo build process, improving build performance and efficiency.
- Created a new .dockerignore file to prevent inclusion of node_modules, build artifacts, and logs in the Docker context.
- Specified additional directories and files related to the apps and backups to streamline the Docker build process.