Skip to content

Commit

Permalink
test chatbot on stage
Browse files Browse the repository at this point in the history
  • Loading branch information
seungpark committed Oct 1, 2024
1 parent f6ece7f commit 5ca6ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ENV PATH="${WORK_DIRECTORY}/.cargo/bin:${PATH}"
RUN curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/meta/makefiles/shared.mk -o shared.mk

# install snooty frontend and docs-tools
RUN git clone -b DOP-4616 --depth 1 https://github.com/mongodb/snooty.git \
RUN git clone -b DOP-5026 --depth 1 https://github.com/mongodb/snooty.git \
&& cd snooty \
# Need to remove omit dev as the filter functionality for the frontend depends on a dev dependency.
&& npm ci --legacy-peer-deps \
Expand Down

0 comments on commit 5ca6ebd

Please sign in to comment.