Add NKJV data to Dockerfile - container now includes NKJV Bible data from repository

This commit is contained in:
Ryderjj89
2025-09-28 12:36:33 -04:00
parent e432b21d67
commit 9e16b10222

View File

@@ -42,6 +42,9 @@ RUN git clone https://github.com/lguenth/mdbible.git /tmp/mdbible && \
cp -r /tmp/mdbible/by_chapter/* /app/bible-data/ && \
rm -rf /tmp/mdbible
# Copy NKJV Bible data from repository
COPY NKJV /app/NKJV
# Expose port
EXPOSE 3000