diff --git a/backend/Dockerfile b/backend/Dockerfile index e0f44eb..26001d8 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -11,7 +11,7 @@ COPY . . # Prereqs RUN apt-get update && apt-get install -y pandoc git -RUN python /ORAssistant-backend/scrape_docs.py +RUN python /ORAssistant-backend/build_docs.py EXPOSE 8000