feat: discord.js v13

This commit is contained in:
Hellyson Rodrigo Parteka 2021-11-12 16:30:18 -03:00 committed by Max Isom
parent 1ddd19dbb9
commit fe5f9cf9a7
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
13 changed files with 381 additions and 158 deletions

View file

@ -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