Update Dockerfile

This commit is contained in:
2026-04-06 14:00:17 +08:00
committed by GitHub
parent a6517166cb
commit 82d779e5e0

View File

@@ -102,7 +102,7 @@ RUN cp .env.example .env
RUN bun x prisma generate RUN bun x prisma generate
# Generate API types # Generate API types
RUN bun run gen:api RUN bun run gen:api || echo "tidak ada gen api"
# Build the application frontend # Build the application frontend
RUN bun run build RUN bun run build