We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a0f56b + 87767db commit 3a9a6a0Copy full SHA for 3a9a6a0
containerapp/Dockerfile
@@ -23,7 +23,7 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesourc
23
sudo apt-get install nodejs -y
24
25
# Install gpt-crawler
26
-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 && \
27
npm i && \
28
npx playwright install && \
29
npx playwright install-deps
@@ -32,4 +32,4 @@ RUN cd /home && git clone https://github.com/builderio/gpt-crawler && cd gpt-cra
32
RUN cd /home && mkdir data
33
34
35
-WORKDIR /home
+WORKDIR /home
0 commit comments