From 501cd8122b6b7a345757e31b19ac55729380fbad Mon Sep 17 00:00:00 2001 From: Samuel Johnson <96841389+SFJohnson24@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:19:34 -0400 Subject: [PATCH] Rename dockerfile to Dockerfile --- dockerfile => Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dockerfile => Dockerfile (98%) diff --git a/dockerfile b/Dockerfile similarity index 98% rename from dockerfile rename to Dockerfile index bb08afeea..4e2e992f3 100644 --- a/dockerfile +++ b/Dockerfile @@ -33,4 +33,4 @@ RUN LATEST_RELEASE_URL=$(curl -s --fail --retry 3 https://api.github.com/repos/c && rm -rf cdisc-rules-engine \ && chmod +x /app/core -CMD ["/bin/sh"] \ No newline at end of file +CMD ["/bin/sh"]