setup for deployment

This commit is contained in:
user
2025-12-07 22:18:55 +02:00
parent 4e6c901057
commit d7c1a738f4
4 changed files with 1606 additions and 304 deletions

View File

@@ -1,8 +1,8 @@
FROM oven/bun:1.1 AS builder
FROM oven/bun:1.3 AS builder
WORKDIR /app
COPY package.json bun.lockb ./
COPY package.json bun.lock ./
RUN bun install