Has anyone experienced a case when running prefect...
# ask-community
r
Has anyone experienced a case when running prefect inside a docker container and running
myflow.serve()
works but when having
flow_object=<http://myflow.to|myflow.to>_deployment()
and then
serve(flow_object)
it says that it cannot find the file flows/myflow.py ?