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

This commit is contained in:
Adrian Altner 2026-04-22 02:39:20 +02:00
parent 25235debbd
commit f436df55b0

View file

@ -11,6 +11,8 @@ RUN npm ci
COPY . . COPY . .
RUN echo "CONTAINER DEBUG: WEBMENTION_TOKEN length=${#WEBMENTION_TOKEN}"
RUN npm run build RUN npm run build