This message was deleted.
# prefect-ui
s
This message was deleted.
2
t
I think that you have to provide the full path in an entrypoint
b
likewise
Copy code
Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/opt/conda/envs/prefect/bin/prefect orion start --host 0.0.0.0 --port 4200": stat /opt/conda/envs/prefect/bin/prefect orion start --host 0.0.0.0 --port 4200: no such file or directory: unknown
sorry! a change of syntax was all that was needed. @Thomas Wickham
👍 2
Copy code
entrypoint: >
      prefect orion start
      --host 0.0.0.0
      --port 4200
🙌 1