mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
chore: fix ffprobe path in Docker image
This commit is contained in:
@@ -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" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user