Skip to content

Commit 68353f0

Browse files
committed
docker
1 parent 4b93936 commit 68353f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ RUN pip3 install whatsapp-api-webhook-server-python
1515
RUN wget https://raw.githubusercontent.com/green-api/whatsapp-api-webhook-server-python/master/examples/echo.py
1616
RUN wget https://raw.githubusercontent.com/green-api/whatsapp-api-webhook-server-python/master/docker-compose.yml
1717
# Start server
18-
CMD [ "python3 echo.py" ]
18+
CMD [ "python3", "./echo.py" ]

0 commit comments

Comments
 (0)