fix(Docker): Updating dockerfile to PSF repo

This commit is contained in:
Chris Troutner
2020-08-08 09:32:36 -07:00
parent 279c9b7bea
commit 98e1a5b40f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ 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 npm install