Webhooks
Simple implementation for webhooks provide by Facebook
, Twitter
.
just run command as follows:
uvicorn app.main:app --reload
Build it.
docker build -t webhookimage .
Run it.
docker run -d --name webhookcontainer -p 80:80 webhookimage