From c3d29662ba75daf3285b3dc0f4939f7030508531 Mon Sep 17 00:00:00 2001 From: Maieul BOYER Date: Sun, 3 Aug 2025 14:44:19 +0200 Subject: [PATCH] feat(infra): removed debug commands from Dockerfile --- src/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index f716305..fb39642 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -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/