Add debug output for WEBMENTION_TOKEN length in Containerfile
All checks were successful
Deploy / deploy (push) Successful in 1m22s
All checks were successful
Deploy / deploy (push) Successful in 1m22s
This commit is contained in:
parent
0614688d2e
commit
131c0e90bb
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue