Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 702 Bytes

File metadata and controls

15 lines (9 loc) · 702 Bytes

town-crier

Code Climate

The Town-crier is a Slack bot with a cron like interface to notify members of Operation Code opportunities.

NOTE: For local development environments, you may need to remove the --production flag from Dockerfile (Issue #17)

Find:

RUN npm install --production

and replace with:

RUN npm install