7
Some checks failed
Publish Docker Images / docker (push) Failing after 28s

This commit is contained in:
Lee 2023-11-16 13:42:05 +00:00
parent b5ba126e7c
commit ea3ad8b898

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