Skip to content

Commit

Permalink
Delete entrypoint from debricked/cli image
Browse files Browse the repository at this point in the history
  • Loading branch information
viktigpetterr committed Dec 7, 2022
1 parent 0700150 commit 304e2f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ENV DEBRICKED_TOKEN=""
RUN apk add git
WORKDIR /root/
COPY --from=dev /cli/debricked /usr/bin/debricked
ENTRYPOINT ["debricked"]

FROM cli AS scan
ENTRYPOINT [ "debricked", "scan" ]

0 comments on commit 304e2f5

Please sign in to comment.