GoogleCloudPlatform / php-docker

Docker images for running PHP applications on the App Engine Flexible Runtime
Apache License 2.0
188 stars 83 forks source link

Is there a way to extend Dockerfile.twig? #535

Open bhaidar opened 3 years ago

bhaidar commented 3 years ago

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