Use the openresty binary

This commit is contained in:
tcely 2025-04-30 21:36:20 -04:00 committed by GitHub
parent cfb4b4ca17
commit 7ca79af746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -456,7 +456,8 @@ RUN set -x && \
mkdir -v -p /downloads/audio && \
mkdir -v -p /downloads/video && \
# Check nginx configuration copied from config/root/etc
nginx -t && \
openresty -c /etc/nginx/nginx.conf -e stderr
-t && \
# Append software versions
ffmpeg_version=$(/usr/local/bin/ffmpeg -version | awk -v 'ev=31' '1 == NR && "ffmpeg" == $1 { print $3; ev=0; } END { exit ev; }') && \
test -n "${ffmpeg_version}" && \