Hi :slightly_smiling_face: I the `deployment:` se...
# ask-community
j
Hi 🙂 I the
deployment:
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/...'