|
1 year ago | |
---|---|---|
autopilot | 1 year ago | |
.env.example | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
Makefile | 1 year ago | |
Pipfile | 1 year ago | |
Pipfile.lock | 1 year ago | |
README.md | 1 year ago | |
setup.py | 2 years ago |
Scheduling automation for East Coast Aero Club’s flight scheduling software.
cp .env.example .env
$EDITOR .env # add your config
make build
Running tests is currently done outside of Docker at this time.
Run locally with Docker:
make run
Kubernetes files to come soon!