env thing and starting to changes

This commit is contained in:
user
2025-10-21 01:16:39 +03:00
parent b150095361
commit 3232542de1
10 changed files with 41 additions and 144 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22.11.0 AS base
FROM node:24.10.0 AS base
RUN npm i -g bun
@@ -6,7 +6,7 @@ FROM base AS primary
WORKDIR /app
COPY package.json bun.lockb turbo.json ./
COPY package.json bun.lock turbo.json ./
COPY packages/db packages/db