chore: merge dev
to main
#159
2 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM node:22.2.0-bullseye-slim
|
FROM node:22.8-bullseye-slim
|
||||||
|
|
||||||
ENV DOCKERIZED=1
|
ENV DOCKERIZED=1
|
||||||
RUN mkdir /config && \
|
RUN mkdir /config && \
|
||||||
|
@ -19,5 +19,4 @@ RUN npm ci --omit=dev && \
|
||||||
npm uninstall typescript @types/sqlite3 && \
|
npm uninstall typescript @types/sqlite3 && \
|
||||||
npm cache clean --force
|
npm cache clean --force
|
||||||
|
|
||||||
ENV DP_FORCE_YTDL_MOD=@distube/ytdl-core
|
|
||||||
CMD ["dumb-init", "node", "./dist/index.js"]
|
CMD ["dumb-init", "node", "./dist/index.js"]
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
TOKEN_DISCORD="your-token-goes-here"
|
TOKEN_DISCORD="your-token-goes-here"
|
||||||
DP_FORCE_YTDL_MOD="@distube/ytdl-core"
|
|
||||||
|
|
Loading…
Reference in a new issue