new prod env #3

Merged
kyle merged 13 commits from development into main 2026-02-09 12:59:10 -06:00
Showing only changes of commit b209bbf4ef - Show all commits

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