diff --git a/containerapp/Dockerfile b/containerapp/Dockerfile index 876a9a10..09ebad11 100644 --- a/containerapp/Dockerfile +++ b/containerapp/Dockerfile @@ -23,7 +23,7 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesourc sudo apt-get install nodejs -y # Install gpt-crawler -RUN cd /home && git clone https://github.com/builderio/gpt-crawler && cd gpt-crawler && \ +RUN cd /home && git clone --depth=1 https://github.com/builderio/gpt-crawler && cd gpt-crawler && \ npm i && \ npx playwright install && \ npx playwright install-deps @@ -32,4 +32,4 @@ RUN cd /home && git clone https://github.com/builderio/gpt-crawler && cd gpt-cra RUN cd /home && mkdir data -WORKDIR /home \ No newline at end of file +WORKDIR /home