Add debug output for WEBMENTION_TOKEN file details in Containerfile
All checks were successful
Deploy / deploy (push) Successful in 1m19s
All checks were successful
Deploy / deploy (push) Successful in 1m19s
This commit is contained in:
parent
868d34c1a1
commit
8a8c160895
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ RUN npm ci
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN printf '%s' "${WEBMENTION_TOKEN}" > /app/.webmention-token
|
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
|
RUN npm run build
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue