Compare commits

..
8 Commits
+2 -2
View File
@@ -45,9 +45,9 @@ USER safeuser
# Clone the repository # Clone the repository
WORKDIR /home/safeuser 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 WORKDIR /home/safeuser/bch-api
RUN git checkout ct-unstable RUN git checkout production
RUN npm install --silent RUN npm install --silent
# Generate documentation # Generate documentation