chore: merge dev to main #159

Merged
Anri merged 2 commits from dev into main 2024-09-05 13:59:35 +02:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 7c25633122 - Show all commits

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM node:22.2.0-bullseye-slim
FROM node:22.8-bullseye-slim
ENV DOCKERIZED=1
RUN mkdir /config && \
@ -19,5 +19,4 @@ RUN npm ci --omit=dev && \
npm uninstall typescript @types/sqlite3 && \
npm cache clean --force
ENV DP_FORCE_YTDL_MOD=@distube/ytdl-core
CMD ["dumb-init", "node", "./dist/index.js"]

View file

@ -1,2 +1 @@
TOKEN_DISCORD="your-token-goes-here"
DP_FORCE_YTDL_MOD="@distube/ytdl-core"