From ba65508b57e206ad3901c90495ac7c3c488ae41b Mon Sep 17 00:00:00 2001 From: Bishoy Hanna <358153+bishoyh@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:11:01 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 949930f..f86a795 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,5 +21,5 @@ COPY --from=builder /kallisto/release/kallisto/kallisto /usr/local/bin/kallisto] COPY --from=builder /bin/mkdir /bin/mkdir] COPY --from=builder /bin/sh /bin/sh] # Set the entrypoint to the static kallisto binary -RUN mkdir -p /data +RUN /bin/mkdir -p /data ENTRYPOINT ["/usr/local/bin/kallisto"]