Closed u10if closed 1 year ago
/path/to/git/repo/
is a sample of where you've checked out the repository. You use the full path on your system which is where you cloned the repository.
For example if you clone to
git clone https://github.com/WhatsApp/proxy.git ./whatsapp_proxy
then the path would be ./whatsapp_proxy
when i run docker build /path/to/git/repo/ -t whatsapp_proxy:1.0 its says unable to prepare context: path "/path/to/git/repo/" not found how should i do???