Revert "apps/web: Dockerfile: revert RUN pnpm add -g turbo"

This reverts commit 782408da5ea41d6481fbb8a9ba9cf674416c86b2.
This commit is contained in:
vchikalkin 2023-12-23 16:53:01 +03:00
parent 782408da5e
commit 8bce97b40a

View File

@ -6,7 +6,6 @@ RUN apk add --no-cache libc6-compat
RUN apk update
# Set working directory
WORKDIR /app
RUN pnpm add -g turbo
COPY . .
RUN turbo prune --scope=web --docker