Add debug output for WEBMENTION_TOKEN length in Containerfile
All checks were successful
Deploy / deploy (push) Successful in 1m22s

This commit is contained in:
Adrian Altner 2026-04-22 02:50:42 +02:00
parent 0614688d2e
commit 131c0e90bb

View file

@ -13,6 +13,8 @@ COPY . .
RUN echo "CONTAINER DEBUG: WEBMENTION_TOKEN length=${#WEBMENTION_TOKEN}"
RUN node -e "console.log('NODE sees WEBMENTION_TOKEN length:', (process.env.WEBMENTION_TOKEN || '').length)"
RUN npm run build