diff --git a/Dockerfile b/Dockerfile index c85b680c..561551c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,7 +102,7 @@ RUN cp .env.example .env RUN bun x prisma generate # Generate API types -RUN bun run gen:api +RUN bun run gen:api || echo "tidak ada gen api" # Build the application frontend RUN bun run build @@ -134,4 +134,4 @@ COPY --from=build /app/prisma ./prisma EXPOSE 3000 # Start the application -CMD ["bun", "start"] \ No newline at end of file +CMD ["bun", "start"]