Skip to content
Snippets Groups Projects
Verified Commit 0c7f8bba authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

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
parent 2813bbc7
No related branches found
No related tags found
No related merge requests found
Pipeline #3003 passed