https://dagster.io/ logo
Title
m

Martim Passos

10/07/2021, 4:39 PM
Hi all, wondering why my pipeline starts but fails without any information with a Dockerfile including
ENTRYPOINT ["dagster", "pipeline", "execute", "-f", "pipelines/IIIF_pipeline.py", "--preset", "debug"]
but runs successfully with no
ENTRYPOINT
and
docker run my-container dagster pipeline execute -f pipelines/IIIF_pipeline.py --preset debug
d

daniel

10/08/2021, 1:51 PM
Hi Martim, are there any error messages from the container if you run docker logs?
m

Martim Passos

10/08/2021, 2:52 PM
Hi @daniel , I have removed the entrypoint to continue developing. I’ll put it back and check as soon as I get a chance, thanks!
🙏 1