feat(infra): removed debug commands from Dockerfile
This commit is contained in:
parent
5f9fd5629c
commit
c3d29662ba
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ COPY ./tsconfig.base.json /build/tsconfig.base.json
|
||||||
COPY ./pnpm-workspace.yaml /build/pnpm-workspace.yaml
|
COPY ./pnpm-workspace.yaml /build/pnpm-workspace.yaml
|
||||||
|
|
||||||
RUN pnpm install;
|
RUN pnpm install;
|
||||||
RUN ls -a *;
|
|
||||||
|
|
||||||
COPY ./@shared/ /build/@shared/
|
COPY ./@shared/ /build/@shared/
|
||||||
COPY ./${SERVICE}/ /build/service/
|
COPY ./${SERVICE}/ /build/service/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue