Using round-robin branch in Dockerfile

This commit is contained in:
Chris Troutner
2026-04-22 07:48:58 -07:00
parent 5007b5f9cd
commit 24cd1f3afb
+1 -1
View File
@@ -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 ct-unstable
RUN git checkout round-robin-facilitator
# Install dependencies
RUN npm install