add python
Some checks failed
Deploy / deploy (push) Failing after 47s

This commit is contained in:
Lee
2024-09-30 08:46:25 +01:00
parent 7498f2ee94
commit 59ec24bbd9
6 changed files with 6 additions and 4 deletions

View File

@ -25,6 +25,8 @@ RUN pnpm run build
FROM base AS runner
WORKDIR /app
RUN apk add --no-cache python3
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1