Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Dockerfile to improve copy command
This commit updates the Dockerfile to be more specific in copying files to the container. Instead of copying all files from the current directory, it selectively copies only the src directory and a couple of necessary files. This change improves the organization and build efficiency of the Docker container.
- Loading branch information