feat: add turbo in gitlab ci
This commit is contained in:
parent
314279f136
commit
ca779d9272
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue