Add NKJV data to Dockerfile - container now includes NKJV Bible data from repository
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user