Unexpected error running Liquibase: The file /liquibase/changelog/changelog.xml was not found in the configured search path:

Hello team, it’s my first time with liquibase, and I want to use from docker
I have the following error:

Unexpected error running Liquibase: The file /liquibase/changelog/changelog.xml was not found in the configured search path:

The command I’m running is the following:

docker run --name liquibase -it --rm --network=host -v ~/moro_dev/dockers/liquibase/changelog:/liquibase/changelog liquibase/liquibase:latest --changeLogFile=/liquibase/changelog/changelog.xml - -url=jdbc:oracle:thin:@localhost:1521/XEPDB1 --username=morodev --password=intel5 update

I need help, I’m stuck.