https://prefect.io logo
j

Jehan Abduljabbar

07/11/2022, 3:37 PM
What is the docker build command for the Dockerfile at https://github.com/PrefectHQ/prefect/blob/master/Dockerfile
k

Kevin Kho

07/11/2022, 3:40 PM
What are you trying to do? You could just inherit the Prefect image.
Copy code
FROM prefecthq/prefect:latest
j

Jehan Abduljabbar

07/11/2022, 3:43 PM
We needed to change the entrypoint.sh a bit, now trying to build the image to reflect that change.
k

Kevin Kho

07/11/2022, 3:45 PM
I think you’ll find it in the CI/CD here
j

Jehan Abduljabbar

07/11/2022, 3:47 PM
Thank you