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