File tree Expand file tree Collapse file tree 6 files changed +132
-3
lines changed Expand file tree Collapse file tree 6 files changed +132
-3
lines changed Original file line number Diff line number Diff line change 11FROM node:20-slim
22
3+ RUN apt-get update && apt-get install -y make
4+
35ENV PNPM_HOME="/pnpm"
46ENV PATH="$PNPM_HOME:$PATH"
57
@@ -9,7 +11,7 @@ RUN pnpm config set store-dir /home/node/.local/share/pnpm/store
911
1012WORKDIR /app
1113
12- COPY package.json pnpm-lock.yaml ./
13- RUN pnpm install
14+ COPY Makefile package.json pnpm-lock.yaml ./
15+ RUN make install
1416
1517RUN mkdir -p /app/src
Original file line number Diff line number Diff line change 1+ ---
2+ name : Apify
3+ url : https://apify.com/
4+ location : " Czechia"
5+ description :
6+ " Apify is the largest ecosystem where developers build, deploy, and publish
7+ web scrapers, AI agents, and automation tools. We call them Actors."
8+ socials :
9+ linkedin : " https://cz.linkedin.com/company/apifytech"
10+ twitter : " https://x.com/apify"
11+ tiktok : " https://www.tiktok.com/@apifytech"
12+ tier : Silver
13+ logo_padding : 35px
14+ ---
15+
16+ # About Apify
17+
18+ Apify is the largest ecosystem where developers build, deploy, and publish web
19+ scrapers, AI agents, and automation tools. We call them Actors.
Original file line number Diff line number Diff line change 1+ ---
2+ name : ROSSUM
3+ url : https://rossum.ai/
4+ location : " Czechia"
5+ description :
6+ " Passionate about making a positive impact on people’s working lives, we
7+ streamline document processing through our team, technology, and expertise."
8+ socials :
9+ linkedin : " https://www.linkedin.com/company/rossum"
10+ twitter : " https://twitter.com/RossumAI"
11+ instagram : " https://www.instagram.com/thisisrossum/"
12+ tier : Patron
13+ logo_padding : 45px
14+ ---
15+
16+ # About ROSSUM
17+
18+ Passionate about making a positive impact on people’s working lives, we
19+ streamline document processing through our team, technology, and expertise.
You can’t perform that action at this time.
0 commit comments