mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-21 14:42:14 -05:00
[AI] Copy lage.config.js in sync-server.Dockerfile
Without lage.config.js the pipeline definition is empty, so `yarn build:server` -> `lage build:browser --to=@actual-app/web` fails with "no targets found that matches the given scope".
This commit is contained in:
@@ -7,7 +7,7 @@ WORKDIR /app
|
||||
|
||||
# Copy only the files needed for installing dependencies
|
||||
COPY .yarn ./.yarn
|
||||
COPY yarn.lock package.json .yarnrc.yml tsconfig.json ./
|
||||
COPY yarn.lock package.json .yarnrc.yml tsconfig.json lage.config.js ./
|
||||
COPY packages/api/package.json packages/api/package.json
|
||||
COPY packages/component-library/package.json packages/component-library/package.json
|
||||
COPY packages/crdt/package.json packages/crdt/package.json
|
||||
|
||||
Reference in New Issue
Block a user