chore: fix ffprobe path in Docker image

This commit is contained in:
Christian Benincasa
2024-09-24 15:45:18 -04:00
parent 4111106a8d
commit 3fd2d3cbc8

View File

@@ -28,7 +28,7 @@ RUN corepack enable
EXPOSE 8000
RUN ln -s /usr/local/bin/ffmpeg /usr/bin/ffmpeg
RUN ln -s /usr/local/bin/ffprob /usr/bin/ffprobe
RUN ln -s /usr/local/bin/ffprobe /usr/bin/ffprobe
ENTRYPOINT [ "node" ]
CMD [ "/tunarr/bundle.js" ]