Jahn Thomas Fidje
08/01/2024, 7:55 AMdeployment:
section in prefect.yaml, how can I have the entrypoint point to a path where the code will be inside the docker-container that's running my code? I'm using a custom image as my worker where the code is located at /some-path/....
, but if I specify this path in the entrypoint, Prefect won't deploy because: FileNotFoundError: [Errno 2] No such file or directory: '/some-path/...'