• Glenn Jocher's avatar
    Update Dockerfile to `git clone` instead of `COPY` (#7053) · 9ebec788
    Glenn Jocher 提交于
    Resolves git command errors that currently happen in image, i.e.:
    
    ```bash
    root@382ae64aeca2:/usr/src/app# git pull
    Warning: Permanently added the ECDSA host key for IP address '140.82.113.3' to the list of known hosts.
    git@github.com: Permission denied (publickey).
    fatal: Could not read from remote repository.
    
    Please make sure you have the correct access rights
    and the repository exists.
    ```
    9ebec788
Dockerfile 2.1 KB