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
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
RUN pnpm add -g turbo
|
||||
COPY . .
|
||||
RUN turbo prune --scope=web --docker
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user