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