You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
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