feat: add turbo in gitlab ci

This commit is contained in:
hanif salafi 2025-02-17 09:39:28 +07:00
parent 314279f136
commit ca779d9272
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN pnpm install --frozen-lockfile
COPY . .
# Build aplikasi
RUN pnpm run build
RUN pnpm run build --turbo
# Expose port untuk server
EXPOSE 3000