mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 13:06:11 +01:00
Updated Dockerfile
This commit is contained in:
parent
b6e29323fc
commit
e189c900cf
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
FROM oven/bun:1.1.13-alpine AS build
|
||||
FROM oven/bun:1.1.13-debian AS build
|
||||
WORKDIR /app
|
||||
COPY package.json bun.lock ./
|
||||
RUN bun install
|
||||
COPY . .
|
||||
RUN bun run build
|
||||
|
||||
FROM oven/bun:1.1.13-alpine
|
||||
FROM oven/bun:1.1.13-debian
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/.output /app/.output
|
||||
ENV NODE_ENV=production
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue