Skip to content

Commit 7ce3407

Browse files
author
xyzjesper
committed
Fixed gh action.
1 parent a88bfed commit 7ce3407

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docker/DisBotDockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ RUN apt-get update && apt-get install -y \
1717
WORKDIR /bot
1818
COPY . .
1919

20+
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
21+
apt-get install -y nodejs
22+
2023
RUN bun install @napi-rs/canvas
2124
RUN bun install --force
2225
RUN bun run prisma:migrate

docker/DisBotDockerfileWithEntry

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ RUN apt-get update && apt-get install -y \
1717
WORKDIR /bot
1818
COPY . .
1919

20+
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
21+
apt-get install -y nodejs
22+
2023
RUN bun install @napi-rs/canvas
2124
RUN bun install --force
2225
RUN bun run prisma:migrate

0 commit comments

Comments
 (0)