-
Ernesto Rico Schmidt authored
- 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
Ernesto Rico Schmidt authored- 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