Changing Dockerfile to basic-auth-only branch

This commit is contained in:
Chris Troutner
2021-02-06 23:17:58 +01:00
parent fb78033a67
commit 2c147d518e
+1
View File
@@ -18,6 +18,7 @@ USER safeuser
WORKDIR /home/safeuser
RUN git clone https://github.com/Permissionless-Software-Foundation/bch-api
WORKDIR /home/safeuser/bch-api
RUN git checkout basic-auth-only
RUN npm install --silent
# Generate documentation