mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 17:22:04 -07:00
Updating Dockerfiles
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user