diff --git a/Dockerfile b/Dockerfile index 5dbc101..4858c7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,4 @@ RUN pip install uv && \ # Install DEA Intertidal and verify installation RUN uv pip install . --system && \ uv pip check && \ - dea-intertidal --help - -# Set the entrypoint to dea-intertidal -ENTRYPOINT ["dea-intertidal"] \ No newline at end of file + dea-intertidal --help \ No newline at end of file