Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 302 Bytes

File metadata and controls

21 lines (17 loc) · 302 Bytes

JME Discord Bot

A bot that notifies about health status and email.

Build

docker build -t jme-discordbot .

Run

docker run \
-d \
--restart=always \
--name="jme-discordbot" \
--read-only \
-v $PWD/config.json:/app/config.json:ro \
--tmpfs /tmp \
 jme-discordbot