Maybe it's just me, not knowing how to use docker,
but after i succesfully build everything and i execute docker run -p 0.0.0.0:9005:9005 whatsapp-bot
i only get:
Unable to find image 'whatsapp-bot:latest' locally
Pulling repository docker.io/library/whatsapp-bot
C:\Program Files\Docker Toolbox\docker.exe: Error: image library/whatsapp-bot:latest not found.
See 'C:\Program Files\Docker Toolbox\docker.exe run --help'.
Maybe it's just me, not knowing how to use docker, but after i succesfully build everything and i execute docker run -p 0.0.0.0:9005:9005 whatsapp-bot i only get: Unable to find image 'whatsapp-bot:latest' locally Pulling repository docker.io/library/whatsapp-bot C:\Program Files\Docker Toolbox\docker.exe: Error: image library/whatsapp-bot:latest not found. See 'C:\Program Files\Docker Toolbox\docker.exe run --help'.
Any suggestions what i could do?