We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b93936 commit 68353f0Copy full SHA for 68353f0
1 file changed
Dockerfile
@@ -15,4 +15,4 @@ RUN pip3 install whatsapp-api-webhook-server-python
15
RUN wget https://raw.githubusercontent.com/green-api/whatsapp-api-webhook-server-python/master/examples/echo.py
16
RUN wget https://raw.githubusercontent.com/green-api/whatsapp-api-webhook-server-python/master/docker-compose.yml
17
# Start server
18
-CMD [ "python3 echo.py" ]
+CMD [ "python3", "./echo.py" ]
0 commit comments