We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5117b commit e7004a6Copy full SHA for e7004a6
3 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
-# Use ubuntu 24.04 (noble) as the base image
2
-FROM ubuntu:24.04
+# Use Debian (trixie) as the base image
+FROM node:trixie
3
4
# Set the working directory
5
WORKDIR /home/bots/StreamBot
@@ -40,4 +40,4 @@ EXPOSE 3000
40
RUN mkdir -p ./videos
41
42
# Command to run the application
43
-CMD ["bun", "run", "start"]
+CMD ["bun", "run", "start"]
0 commit comments