Hi is there a way to build a flow in a docker cont...
# ask-community
b
Hi is there a way to build a flow in a docker container without registering it? I can't seem to find it in the documentation but I'm trying to do something like this in my deploy script.
Copy code
prefect build -p my_flow.py
which throws this usage error
Copy code
Usage: prefect [OPTIONS] COMMAND [ARGS]...
Try 'prefect -h' for help.

Error: No such command 'build'.

Exited with code exit status 2
k
Hi @Belal Aboabdo. What prefect version are you on?
b
v0.14.5
k
I think build is 0.14.13 and up.
1
b
Awesome let me try that thanks