This commit is contained in:
parent
ea3ad8b898
commit
c9ec7f5912
@ -9,7 +9,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 dlx turbo
|
RUN pnpm install -g turbo
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN turbo prune node --docker
|
RUN turbo prune node --docker
|
||||||
|
|
||||||
|
@ -9,7 +9,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 dlx turbo
|
RUN pnpm install -g turbo
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN turbo prune proxy --docker
|
RUN turbo prune proxy --docker
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user