What is the docker build command for the Dockerfil...
# prefect-community
j
What is the docker build command for the Dockerfile at https://github.com/PrefectHQ/prefect/blob/master/Dockerfile
k
What are you trying to do? You could just inherit the Prefect image.
Copy code
FROM prefecthq/prefect:latest
j
We needed to change the entrypoint.sh a bit, now trying to build the image to reflect that change.
k
I think you’ll find it in the CI/CD here
j
Thank you