Dockerfile Bun update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Stage 1: Build SvelteKit static frontend
|
||||
FROM oven/bun:alpine AS frontend-builder
|
||||
WORKDIR /app
|
||||
COPY package.json bun.lock ./
|
||||
RUN bun install --frozen-lockfile || bun install
|
||||
COPY package.json ./
|
||||
RUN bun install
|
||||
COPY . .
|
||||
RUN bun run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user