Skip to content

Commit 413e78f

Browse files
fix(bookstack_to_dockerfile): add bookstack client to the docker image (#17)
Co-authored-by: Romain Vanhee <romain.vanhee@yrycom.com>
1 parent 4447634 commit 413e78f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile.api

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
1111
COPY app /app/app
1212
COPY vector_store.py /app/vector_store.py
1313
COPY export_pages.py /app/export_pages.py
14+
COPY bookstack_client.py /app/bookstack_client.py
1415
RUN mkdir -p /app/vector-store
1516

1617
EXPOSE 8000

0 commit comments

Comments
 (0)