feat(infra): removed debug commands from Dockerfile

This commit is contained in:
Maieul BOYER 2025-08-03 14:44:19 +02:00
parent 5f9fd5629c
commit c3d29662ba

View file

@ -11,7 +11,6 @@ COPY ./tsconfig.base.json /build/tsconfig.base.json
COPY ./pnpm-workspace.yaml /build/pnpm-workspace.yaml
RUN pnpm install;
RUN ls -a *;
COPY ./@shared/ /build/@shared/
COPY ./${SERVICE}/ /build/service/