Commit graph

1 commit

Author SHA1 Message Date
1b16056075
Adds .dockerignore file
WHAT: Creates a `.dockerignore` file to exclude unnecessary files and directories from the Docker image.

WHY: Reduces the size of the Docker image and improves build times by preventing the inclusion of development-related artifacts, node modules, and other irrelevant data.

HOW: Adds a `.dockerignore` file with standard exclusions like `node_modules`, development build outputs, temporary files, and hidden system files.
2025-08-21 14:46:44 +08:00