fix(Docker): Using master branch in Docker container

This commit is contained in:
Chris Troutner
2026-04-22 18:02:18 -07:00
parent bfb73c2e14
commit 7a16aa6278
+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. # and `stage` has the most up-to-date changes.
WORKDIR /home/safeuser/psf-bch-api-base WORKDIR /home/safeuser/psf-bch-api-base
RUN git checkout round-robin-facilitator #RUN git checkout round-robin-facilitator
# Install dependencies # Install dependencies
RUN npm install RUN npm install