mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
fix: use bun
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user