fix: case typo

This commit is contained in:
Methapon Metanipat 2024-09-12 15:14:27 +07:00
parent 2f85dab0a3
commit 3e3f70bb3c

View file

@ -20,7 +20,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN pnpm prisma generate
RUN pnpm run build
FROM base as prod
FROM base AS prod
ENV NODE_ENV="production"