Revert "apps/web: Dockerfile: revert RUN pnpm add -g turbo"
This reverts commit 782408da5ea41d6481fbb8a9ba9cf674416c86b2.
This commit is contained in:
parent
782408da5e
commit
8bce97b40a
@ -6,7 +6,6 @@ RUN apk add --no-cache libc6-compat
|
|||||||
RUN apk update
|
RUN apk update
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pnpm add -g turbo
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN turbo prune --scope=web --docker
|
RUN turbo prune --scope=web --docker
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user