mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-09 03:31:37 +02:00
feat: discord.js v13
This commit is contained in:
parent
a4e67d6383
commit
8448feebb6
13 changed files with 381 additions and 154 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM node:14.15.4-alpine AS base
|
||||
FROM node:16.13.0-alpine AS base
|
||||
|
||||
# Install ffmpeg and build dependencies
|
||||
RUN apk add --no-cache ffmpeg python make g++
|
||||
RUN apk add --no-cache ffmpeg python2 make g++
|
||||
|
||||
WORKDIR /usr/app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue