From 3256f23121f815b902a6425cd6e8f384ce16eeb8 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Tue, 6 Jul 2021 19:52:55 +0000 Subject: [PATCH] Update apps/cic-eth/docker/Dockerfile --- apps/cic-eth/docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/cic-eth/docker/Dockerfile b/apps/cic-eth/docker/Dockerfile index be14f816..539726c2 100644 --- a/apps/cic-eth/docker/Dockerfile +++ b/apps/cic-eth/docker/Dockerfile @@ -62,5 +62,7 @@ COPY crypto_dev_signer_config/ /usr/local/etc/crypto-dev-signer/ # TODO this kind of code sharing across projects should be discouraged...can we make util a library? #COPY util/liveness/health.sh /usr/local/bin/health.sh +RUN echo "TEST RULE CHANGE" + ENTRYPOINT []