-
- Downloads
Add make as Dockerfile entrypoint
- replace `run.sh init-db` script with `initialize` Makefile target, - run `migrate` and `loadfixtures` as prerequisites to `initialize` target, - add `run.dev`, `run.debug` and `run.prod` targets, - add `migrate` as prerequisite for run targets. Update Dockerfile accordingly Closes #127
Makefile
0 → 100644
Please register or sign in to comment