Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 491 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 491 Bytes

Archived

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.

lunchbot

Crawl all the lunch menus!

Environment variables

PORT - defaults to 3000

SLACK_SLASH_LUNCH - Slack security token

How to run

docker build -t lunchbot:latest .

docker run --detach --name lunchbot --publish <hostPort>:3000 --env SLACK_SLASH_LUNCH=<slackToken> lunchbot:latest