From 7a16aa6278bd1d77f1077a0be8182814ca7125dd Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 22 Apr 2026 18:02:18 -0700 Subject: [PATCH] fix(Docker): Using master branch in Docker container --- production/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/docker/Dockerfile b/production/docker/Dockerfile index 9ee6952..184f6ce 100644 --- a/production/docker/Dockerfile +++ b/production/docker/Dockerfile @@ -51,7 +51,7 @@ RUN git clone https://github.com/Permissionless-Software-Foundation/psf-bch-api- # and `stage` has the most up-to-date changes. WORKDIR /home/safeuser/psf-bch-api-base -RUN git checkout round-robin-facilitator +#RUN git checkout round-robin-facilitator # Install dependencies RUN npm install