Deployment updates

This commit is contained in:
2026-08-22 20:00:57 -04:00
parent 2982c1ee99
commit ac087c458d
3 changed files with 11 additions and 3 deletions
+3
View File
@@ -19,5 +19,8 @@ FROM oven/bun:1-alpine AS runner
WORKDIR /app
COPY --from=builder /app/dist ./dist
RUN mkdir -p /app/data && chown -R bun:bun /app/data
VOLUME ["/app/data"]
USER bun
CMD ["bun", "dist/index.js"]