Skip to content

Commit

Permalink
chore: update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Palaniappan R <[email protected]>
  • Loading branch information
palaniappan-r committed Jul 16, 2024
1 parent 1c15d90 commit 0518f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0518f55

Please sign in to comment.