geeksforsocialchange / imok

A simple bot to support people doing risky activities
https://gfsc.studio/blog/2021/imok-is-launched/
MIT License
11 stars 1 forks source link

Add Makefile for docker-compose dev commands #16

Closed kimadactyl closed 3 years ago

kimadactyl commented 3 years ago

Tasks that come to mind:

wheresalice commented 3 years ago

Install and update are really the same thing - build the image and run any migrations

I've added a Makefile with the following tasks:

I've not added one for the Twilio webhook command (though have renamed it). It's used for manually injecting mocked messages from Twilio into your local application. With decent test coverage I don't use this very often any more.