Skip to content

Commit 34e0f9e

Browse files
Merge branch 'ep2025' into add_speaker_guidelines
2 parents e1be245 + 11be3be commit 34e0f9e

File tree

6 files changed

+132
-3
lines changed

6 files changed

+132
-3
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:20-slim
22

3+
RUN apt-get update && apt-get install -y make
4+
35
ENV PNPM_HOME="/pnpm"
46
ENV PATH="$PNPM_HOME:$PATH"
57

@@ -9,7 +11,7 @@ RUN pnpm config set store-dir /home/node/.local/share/pnpm/store
911

1012
WORKDIR /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

1517
RUN mkdir -p /app/src
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.
Lines changed: 28 additions & 1 deletion
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.
Lines changed: 61 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)