fix: set INCLUDE_NSFW_ML to true by default

This commit is contained in:
murdle 2026-02-28 20:37:30 +02:00
parent fcc8c9e48d
commit 19064d4357

View File

@ -194,7 +194,7 @@ RUN mkdir -p /usr/src/app/data/storage && \
chown -R root:root /opt/data && \
chown -R root:root /data
ARG INCLUDE_NSFW_ML=false
ARG INCLUDE_NSFW_ML=true
RUN --mount=type=bind,from=build,source=/usr/src/app/fluxer_media_proxy/data/model.onnx,target=/tmp/model.onnx \
if [ "$INCLUDE_NSFW_ML" = "true" ]; then \