WhatsApp / proxy

This repository contains the WhatsApp proxy implementation for users to host their own proxy infrastructure to connect to WhatsApp for chat (VoIP is not currently supported)
MIT License
1.44k stars 408 forks source link

unable to prepare context: path "/path/to/git/repo/" not found #6

Closed u10if closed 1 year ago

u10if commented 1 year ago

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???

slawlor commented 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