mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
fix(local): add missing deps, fix access patterns, update dockerfiles, updated turborepo (#1895)
* fix(local): add missing deps, fix access patterns, update dockerfiles * upgrade turborepo
This commit is contained in:
@@ -13,9 +13,10 @@ WORKDIR /app
|
||||
# Install turbo globally
|
||||
RUN bun install -g turbo
|
||||
|
||||
COPY package.json bun.lock ./
|
||||
RUN mkdir -p apps
|
||||
COPY package.json bun.lock turbo.json ./
|
||||
RUN mkdir -p apps packages/db
|
||||
COPY apps/sim/package.json ./apps/sim/package.json
|
||||
COPY packages/db/package.json ./packages/db/package.json
|
||||
|
||||
RUN bun install --omit dev --ignore-scripts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user