Fix user and poster not showing in vouchers

This commit is contained in:
2026-08-29 11:37:54 +00:00
parent 4f89cd1161
commit 5cfa02a6ef
18 changed files with 163 additions and 33 deletions
-1
View File
@@ -29,7 +29,6 @@ RUN \
else echo "Lockfile not found." && exit 1; \
fi
FROM python:3.14-slim AS runner
LABEL maintainer="Amritanshu <docker@tanshu.com>"