Add CSB version support to version selector, app routing, and Dockerfile

This commit is contained in:
Ryderjj89
2025-09-29 09:18:41 -04:00
parent 337294ff97
commit 2bb34ccd49
1192 changed files with 78755 additions and 6 deletions

View File

@@ -47,6 +47,9 @@ COPY NKJV /app/NKJV
# Copy NLT Bible data from repository
COPY NLT /app/NLT
# Copy CSB Bible data from repository
COPY CSB /app/CSB
# Expose port
EXPOSE 3000