From faa6027772a60a303b1dabb012f5344586e76d25 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 12 Dec 2022 12:42:07 -0700 Subject: [PATCH] Fix entrypoint --- container-build/cerc-builder-js/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/container-build/cerc-builder-js/Dockerfile b/container-build/cerc-builder-js/Dockerfile index faea9b38..a6b9de51 100644 --- a/container-build/cerc-builder-js/Dockerfile +++ b/container-build/cerc-builder-js/Dockerfile @@ -36,4 +36,5 @@ RUN \ # RUN su node -c "npm install -g " COPY entrypoint.sh entrypoint.sh -ENTRYPOINT ./entrypoint.sh +ENTRYPOINT ["./entrypoint.sh"] +CMD node --version \ No newline at end of file