Hello, I would like to add a command line into the Dockerfile and run it as part of the build. Basically, I need to run `php artisan migrate` command inside the Docker container. Is there a Cloud Build step to do so? Thanks Bilal
Hello,
I would like to add a command line into the Dockerfile and run it as part of the build.
Basically, I need to run
php artisan migratecommand inside the Docker container.Is there a Cloud Build step to do so?
Thanks
Bilal