Building from master branch

This commit is contained in:
Chris Troutner
2026-03-23 13:04:49 -07:00
parent 541ae2b55f
commit ee773b789d
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ RUN git clone https://github.com/Permissionless-Software-Foundation/psf-bch-api-
# and `stage` has the most up-to-date changes.
WORKDIR /home/safeuser/psf-bch-api-base
RUN git checkout ct-unstable
#RUN git checkout ct-unstable
# Install dependencies
RUN npm install
+2 -1
View File
@@ -19,4 +19,5 @@ services:
- ./.env:/home/safeuser/.env
- ../data:/home/safeuser/psf-bch-api/production/data
- ../data/logs:/home/safeuser/psf-bch-api/logs
restart: always
restart: always