???
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m53s

This commit is contained in:
2025-12-12 10:53:43 -07:00
parent ee10cbaf60
commit a8e017caf2
2 changed files with 3 additions and 7 deletions

View File

@@ -54,6 +54,9 @@ RUN pnpm run build
FROM node:24-alpine AS runtime
# Install pnpm for runtime
RUN npm install -g pnpm
WORKDIR /app
# Copy built application