We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4447634 commit 413e78fCopy full SHA for 413e78f
1 file changed
Dockerfile.api
@@ -11,6 +11,7 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
11
COPY app /app/app
12
COPY vector_store.py /app/vector_store.py
13
COPY export_pages.py /app/export_pages.py
14
+COPY bookstack_client.py /app/bookstack_client.py
15
RUN mkdir -p /app/vector-store
16
17
EXPOSE 8000
0 commit comments