fix: why isnt radio working 💀

This commit is contained in:
2022-11-02 16:05:28 +01:00
parent 183b696b58
commit df142b31fc
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ COPY package.json ./
RUN npm i
RUN apk update && apk add bash
RUN apk update && apk add bash ffmpeg
EXPOSE 7272

View File

@@ -36,7 +36,6 @@
"discord.js": "^14.5.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"ffmpeg-static": "^5.0.2",
"got": "^11.8.5",
"libsodium-wrappers": "^0.7.10",
"mongoose": "^6.5.1",