Run migration with ihp app dockerized

Hi everyone,
I deployed my ihp app as a docker image in fargate.
But could not find migrate command in the docker.
What is the best way to run the migrations when using the docker image ?
and fargate as my infra.

Thanks !

what IHP version? In 1.4 I had to add p.ihp-migrate below p.ihp in flake.nix haskellPackages, since the migrate command is now in its own package