clean up old env variable and bump node
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 13s

This commit is contained in:
Mylloon 2024-09-05 13:58:41 +02:00
parent 97cf9b2dcf
commit 7c25633122
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 1 additions and 3 deletions

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"