Skip to content

Commit

Permalink
fix(dockerfile): remove useless CMD
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
  • Loading branch information
Andreagit97 authored and poiana committed Sep 21, 2023
1 parent bfabaad commit e9d2771
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/driver-loader-legacy/Dockerfile
Expand Up @@ -126,5 +126,3 @@ RUN curl -L -o binutils_2.30-22_${TARGETARCH}.deb https://download.falco.org/dep
COPY ./docker-entrypoint.sh /

ENTRYPOINT ["/docker-entrypoint.sh"]

CMD ["/usr/bin/falco"]

0 comments on commit e9d2771

Please sign in to comment.