and so it begins

This commit is contained in:
user
2025-10-20 18:59:38 +03:00
parent f5b99afc8f
commit e239b3bbf6
53 changed files with 4813 additions and 2887 deletions

View File

@@ -9,7 +9,6 @@ WORKDIR /app
COPY package.json bun.lockb turbo.json ./
COPY packages/db packages/db
COPY packages/airportsdb packages/airportsdb
RUN bun install