diff --git a/Dockerfile b/Dockerfile index 7971682..78a6e3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-slim +FROM oven/bun # Install ffmpeg and other deps RUN apt-get update && apt-get install -y ffmpeg git && apt-get clean && rm -rf /var/lib/apt/lists/* @@ -15,4 +15,4 @@ RUN chmod +x /usr/src/app/src/plugins/yt-dlp/yt-dlp VOLUME /usr/src/app/.env -CMD ["npm", "start"] \ No newline at end of file +CMD ["bun", "start"]