Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Dockerfile): use COPY instead of ADD for secure file handling (#130)
Replaced ADD with COPY to align with Dockerfile best practices, ensuring explicit and secure file copying. Addresses issue #129 by preventing unintended behaviors such as remote URL downloads or archive extraction. Co-authored-by: Hans-Chrstian <[email protected]>
- Loading branch information