Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for python3 and run with 0.0.0.0 #369

Open
johnfelipe opened this issue Jun 24, 2022 · 0 comments
Open

update for python3 and run with 0.0.0.0 #369

johnfelipe opened this issue Jun 24, 2022 · 0 comments

Comments

@johnfelipe
Copy link

root@felipe:~/whatsapp-web-reveng# docker run -p 2019:2019 -p 2018:2018 whatsapp-web-reveng:latest

> whatsapp-web-reveng@1.0.0 __run_in_docker
> concurrently "node index.js" "python backend/whatsapp_web_backend.py"

[1] /bin/sh: 1: python: not found
[1] python backend/whatsapp_web_backend.py exited with code 127
[0] whatsapp-web-reveng API server listening on port 2019
[0] whatsapp-web-reveng HTTP server listening on port 2018

i change for build

RUN apt-get update && apt-get install -y \
    python3-pip

SNAG-0013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant