Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
chore: (Docker) Removing upstream clone and unneeded dependencies (#205)
Currently, Dockerfile always cloning repository with master branch. so, it always build of master. and, difficult to configure a proper Docker CD environment Therefore, makes to build Dockerfile by copying current directories without doing clone. according to this change, remove unneeded dependencies.
- Loading branch information