Enda Peng
05/03/2021, 8:15 PMprefect register
So I try to replicate the behavior of building storage by writing my own dockerfile. A question here is how does the file healthcheck.py
and flow1.flow
come into scope? Below is the output after I call register command with docker storage
Step 7/12 : COPY flow1.flow /opt/prefect/flows/flow1.prefect
---> ea7572a6c0e7
Step 8/12 : COPY healthcheck.py /opt/prefect/healthcheck.py
Enda Peng
05/03/2021, 8:17 PM.flow
file is not human readable, while the output of flow.serialize() is. Not sure they are equal or notEnda Peng
05/03/2021, 8:25 PMKevin Kho
Enda Peng
05/03/2021, 8:27 PMEnda Peng
05/03/2021, 8:28 PMKevin Kho
Kevin Kho