Fixes for build process

This commit is contained in:
2026-02-07 11:39:03 -03:00
parent 5d6e973311
commit 430248a4ef
4 changed files with 19 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ WORKDIR /app
COPY package.json pnpm-lock.yaml* ./
RUN pnpm install
COPY . .
RUN mkdir -p /app/public
ENV NEXT_TELEMETRY_DISABLED=1
RUN pnpm run build