fix: use bun

This commit is contained in:
2026-04-02 17:42:24 +02:00
parent 589f53c65c
commit 58dd540ea9

View File

@@ -1,6 +1,6 @@
FROM oven/bun:alpine AS base FROM oven/bun:alpine AS base
WORKDIR /app WORKDIR /app
RUN npm install -g @sern/cli RUN bun add -g @sern/cli
# Install dependencies # Install dependencies
FROM base AS deps FROM base AS deps