copy server.ts
Some checks failed
CI/CD Pipeline / Build and Push App Docker Image (push) Successful in 58s
CI/CD Pipeline / Build and Push PocketBase Docker Image (push) Successful in 6s
CI/CD Pipeline / Deploy to Kubernetes (push) Failing after 5m12s

This commit is contained in:
yohlo
2026-02-08 23:30:51 -06:00
parent c4bf13744c
commit b209bbf4ef

View File

@@ -15,6 +15,7 @@ FROM oven/bun:1-alpine AS runtime
WORKDIR /app
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/server.ts ./server.ts
EXPOSE 3000