Dockerfile
Dockerfile copied to clipboard
webdevops/liquibase:mysql generateChangeLog missing
i tried to execute --diffTypes=data --dataOutputDirectory="data/db.live_data.out" generateChangeLog with webdevops/liquibase:MySQL docker image. but it doesn't work. i saw in the repo entry point.sh liquibase command is missing. tried to fix it my self and upload to my own docker. but it doesn't work as i am getting some python errors from bin/console file.
this is the error
/entrypoint: line 164: exec: generateChangeLog: not found