Updating Dockerfile to use new fork

This commit is contained in:
Chris Troutner
2021-11-11 06:57:02 -08:00
parent 73cfb8c23a
commit 9e63c90a6c
+2 -1
View File
@@ -45,8 +45,9 @@ USER safeuser
# Clone the repository
WORKDIR /home/safeuser
RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api
RUN git clone https://github.com/FullStack-cash/bch-api
WORKDIR /home/safeuser/bch-api
RUN git checkout production
RUN npm install --silent
# Generate documentation