ci(fix): Dockerfile entrypoint #4

Merged
sharang merged 6 commits from feat/CAI-12 into main 2026-02-18 15:38:06 +00:00
Showing only changes of commit 7b2041f1bf - Show all commits

View File

@@ -33,7 +33,7 @@ COPY . .
RUN bun install --frozen-lockfile
# Bundle the fullstack application
RUN dx bundle --platform fullstack
RUN dx bundle --release --fullstack
# Stage 3: Minimal runtime image
FROM debian:bookworm-slim AS runtime