docker: temporary add debugging commands to list frontend files and package.json contents
This commit is contained in:
parent
5e7003e512
commit
37ad7e318a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user