https://prefect.io logo
m

Michael Michael

08/07/2023, 5:57 PM
Hi 🙂 Is it possible to specify a Docker volume when deploying via the CLI? For example like this: prefect deployment build app.py:flow -ib docker-container/flow_container --override image="image_name" volumes="volume_name:/opt/prefect/flows/data" --apply