7
All checks were successful
Publish Docker Images / docker (push) Successful in 1m41s

This commit is contained in:
Lee 2023-11-16 13:47:06 +00:00
parent ea3ad8b898
commit c9ec7f5912
2 changed files with 2 additions and 2 deletions

@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat
RUN apk update
# Set working directory
WORKDIR /app
RUN pnpm dlx turbo
RUN pnpm install -g turbo
COPY . .
RUN turbo prune node --docker

@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat
RUN apk update
# Set working directory
WORKDIR /app
RUN pnpm dlx turbo
RUN pnpm install -g turbo
COPY . .
RUN turbo prune proxy --docker