fix: install sern cli

This commit is contained in:
2026-04-02 17:41:17 +02:00
parent 66594ce8bd
commit 589f53c65c

View File

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