Temp adding branch to Dockerfile

This commit is contained in:
Chris Troutner
2021-03-09 09:13:29 -08:00
parent ca9dd314dc
commit f792c8d90f
+1
View File
@@ -18,6 +18,7 @@ USER safeuser
WORKDIR /home/safeuser WORKDIR /home/safeuser
RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api
WORKDIR /home/safeuser/bch-api WORKDIR /home/safeuser/bch-api
RUN git checkout ct-new-rate-limits
RUN npm install --silent RUN npm install --silent
# Generate documentation # Generate documentation