apps/web: Dockerfile: revert RUN pnpm add -g turbo
This commit is contained in:
parent
566c362c8a
commit
782408da5e
@ -6,6 +6,7 @@ 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