I am using Prefect Cloud with a Cloud Run Pull wor...
# ask-marvin
e
I am using Prefect Cloud with a Cloud Run Pull worker for deploying prefect flows. I have a Dockerfile that has an
ENTRYPOINT
with a sensitive script that I need to run before any prefect command. Locally, this works perfectly. In GCP, Prefect seems to overwrite the
ENTRYPOINT
when it executes in Cloud Run. What are some options for my script to run before my prefect flow?