docker: temporary add debugging commands to list frontend files and package.json contents

This commit is contained in:
cruizba 2025-07-04 14:00:05 +02:00
parent 5e7003e512
commit 37ad7e318a

View File

@ -14,6 +14,9 @@ COPY --chown=node:node backend/package*.json ./backend/
COPY --chown=node:node typings/package*.json ./typings/
COPY --chown=node:node . .
RUN ls -la frontend && ls -la frontend/projects/shared-meet-components && \
cat frontend/package.json && cat frontend/projects/shared-meet-components/package.json
ARG BASE_HREF=/
# Prepare project