Skip to content
Snippets Groups Projects
  • Ernesto Rico Schmidt's avatar
    0c7f8bba
    Add make as Dockerfile entrypoint · 0c7f8bba
    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
    0c7f8bba
    History
    Add make as Dockerfile entrypoint
    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