Updating Dockerfiles

This commit is contained in:
Chris Troutner
2020-08-07 15:39:56 -07:00
parent 840d09980e
commit 98a33413d7
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -16,8 +16,9 @@ USER safeuser
# Clone the repository
WORKDIR /home/safeuser
RUN git clone https://github.com/christroutner/bch-api
RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api
WORKDIR /home/safeuser/bch-api
RUN git checkout free
RUN npm install
# Generate documentation
+2 -1
View File
@@ -13,8 +13,9 @@ USER safeuser
# Clone the repository
WORKDIR /home/safeuser
RUN git clone https://github.com/christroutner/bch-api
RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api
WORKDIR /home/safeuser/bch-api
RUN git checkout free
RUN npm install
# Generate documentation