docker: remove debugging commands from Dockerfile

This commit is contained in:
cruizba 2025-07-04 17:08:11 +02:00
parent 4ebc5a2e16
commit 1ab0764ac4

View File

@ -14,9 +14,6 @@ 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