mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Updating Dockerfile to use new fork
This commit is contained in:
@@ -45,8 +45,9 @@ USER safeuser
|
||||
|
||||
# Clone the repository
|
||||
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
|
||||
RUN git checkout production
|
||||
RUN npm install --silent
|
||||
|
||||
# Generate documentation
|
||||
|
||||
Reference in New Issue
Block a user