Maintence

This commit is contained in:
2026-08-22 16:15:01 -04:00
parent 60a673e1cf
commit a0b7dd5338
5 changed files with 10 additions and 3 deletions
+4
View File
@@ -1,4 +1,8 @@
FROM oven/bun:1-alpine AS deps
# Set production environment
ENV NODE_ENV="production"
WORKDIR /app
COPY package.json bun.lock ./
RUN bun install --frozen-lockfile --production