Skip to content

Commit e7004a6

Browse files
committed
Use discord-video-stream@e4805fa
1 parent 1d5117b commit e7004a6

File tree

3 files changed

+62
-134
lines changed

3 files changed

+62
-134
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use ubuntu 24.04 (noble) as the base image
2-
FROM ubuntu:24.04
1+
# Use Debian (trixie) as the base image
2+
FROM node:trixie
33

44
# Set the working directory
55
WORKDIR /home/bots/StreamBot
@@ -40,4 +40,4 @@ EXPOSE 3000
4040
RUN mkdir -p ./videos
4141

4242
# Command to run the application
43-
CMD ["bun", "run", "start"]
43+
CMD ["bun", "run", "start"]

0 commit comments

Comments
 (0)