Tech Leads: Repository archived due to inactivity in more than 6 months. Please remember to add a CODEOWNERS file to the root of the repository when unarchiving.
Crawl all the lunch menus!
PORT - defaults to 3000
SLACK_SLASH_LUNCH - Slack security token
docker build -t lunchbot:latest .
docker run --detach --name lunchbot --publish <hostPort>:3000 --env SLACK_SLASH_LUNCH=<slackToken> lunchbot:latest