This commit is contained in:
parent
3ecb2e8e26
commit
9cf8ba171b
2 changed files with 3 additions and 0 deletions
|
@ -18,4 +18,6 @@ RUN npx tsc
|
||||||
RUN rm -r src/ tsconfig.json
|
RUN rm -r src/ tsconfig.json
|
||||||
RUN npm uninstall typescript @types/sqlite3
|
RUN npm uninstall typescript @types/sqlite3
|
||||||
|
|
||||||
|
ENV DP_FORCE_YTDL_MOD=play-dl
|
||||||
|
|
||||||
CMD ["dumb-init", "node", "./dist/index.js"]
|
CMD ["dumb-init", "node", "./dist/index.js"]
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
TOKEN_DISCORD="your-token-goes-here"
|
TOKEN_DISCORD="your-token-goes-here"
|
||||||
|
DP_FORCE_YTDL_MOD="play-dl"
|
||||||
|
|
Loading…
Reference in a new issue