3 Commits

Author SHA1 Message Date
63e619eab6 Refactor .dockerignore and Dockerfile for optimized build context and caching
- 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.
2026-04-03 00:44:24 +03:00
54e54e4277 Remove unnecessary entries from .dockerignore to streamline Docker context 2026-04-02 22:39:44 +03:00
07685f5409 Add .dockerignore file to exclude unnecessary files from Docker context
- 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.
2026-04-02 22:38:09 +03:00