<@ULVA73B9P> Where are the docker files stored on ...
# ask-marvin
a
@Marvin Where are the docker files stored on the system when I deploy a flow using the
.deploy
function in prefect?
n
hmm i will look into why marvin ghosted us here
by default i don’t think we keep the dockerfile around after the fact
a
So I haven't pushed the file to any registry and have kept the parameter
push=False
, so I was wondering where the docker file was being stored.
n
gotcha, what i’m trying to say is that i’m thinking we don’t keep it anywhere. we create it on the fly and then delete it. i can verify this later when im at my computer
if you want, you can write your own dockerfile and provide that to an ImageDeployment, and pass that as image to .deploy
and we wouldn’t delete that of course, just use it to build your image