Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 229 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 229 Bytes

PacketBot

Its just a simple webhook.

To run locally with just docker

docker build -t kenwoodfox/packetbot .
docker run --name packetbot kenwoodfox/packetbot

Or with docker compose

docker-compose up --build