Skip to content

Commit

Permalink
Remove entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Sep 2, 2024
1 parent fe926da commit 35285fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
dea-intertidal --help

0 comments on commit 35285fd

Please sign in to comment.