Skip to content

Start with -k does not populate database #62

@SferaDev

Description

@SferaDev

Also

run() {
local host=$1 psql_port=$2
setup_tomcat
copy_apps
wait_for_postgres
run_sql_files || true
run_pre_scripts || true
start_tomcat &
wait_for_tomcat
run_post_scripts || true
debug "DHIS2 instance ready"
wait
}
should not be each time the container boots up, only when created.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions