We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88bfed commit 7ce3407Copy full SHA for 7ce3407
docker/DisBotDockerfile
@@ -17,6 +17,9 @@ RUN apt-get update && apt-get install -y \
17
WORKDIR /bot
18
COPY . .
19
20
+RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
21
+ apt-get install -y nodejs
22
+
23
RUN bun install @napi-rs/canvas
24
RUN bun install --force
25
RUN bun run prisma:migrate
docker/DisBotDockerfileWithEntry
0 commit comments