Joseph Yi
06/14/2023, 6:38 PMflytectl sandbox start --source .
When I run:
flytectl sandbox exec -- docker build . --tag "flyte:image_tag"
it now gives me the error
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /Dockerfile: no such file or directory
Did anything change?flytectl sandbox exec -- ls -al
showed that the Dockerfile was inside /root
so
flytectl sandbox exec -- docker build /root --tag "flyte:image_tag"
workedDavid Espejo (he/him)
06/14/2023, 6:47 PMflytectl demo exec