Add debug output for WEBMENTION_TOKEN file details in Containerfile
All checks were successful
Deploy / deploy (push) Successful in 1m19s

This commit is contained in:
Adrian Altner 2026-04-22 02:57:40 +02:00
parent 868d34c1a1
commit 8a8c160895

View file

@ -12,6 +12,7 @@ RUN npm ci
COPY . .
RUN printf '%s' "${WEBMENTION_TOKEN}" > /app/.webmention-token
RUN echo "TOKEN FILE:" && ls -la /app/.webmention-token && wc -c /app/.webmention-token
RUN npm run build