docker: remove debugging commands from Dockerfile
This commit is contained in:
parent
4ebc5a2e16
commit
1ab0764ac4
@ -14,9 +14,6 @@ COPY --chown=node:node backend/package*.json ./backend/
|
|||||||
COPY --chown=node:node typings/package*.json ./typings/
|
COPY --chown=node:node typings/package*.json ./typings/
|
||||||
COPY --chown=node:node . .
|
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=/
|
ARG BASE_HREF=/
|
||||||
|
|
||||||
# Prepare project
|
# Prepare project
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user