Skip to content

Commit 8926ff3

Browse files
authored
Merge pull request #43 from constructive-io/feat/fix-ci-main
fix(docker): copy all workspace package.json manifests in Dockerfile.dev
2 parents eb8f9ff + f7cf574 commit 8926ff3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile.dev

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ COPY templates/ templates/
1212
# Copy all package/job manifests for caching
1313
COPY packages/fn-app/package.json packages/fn-app/
1414
COPY packages/fn-runtime/package.json packages/fn-runtime/
15+
COPY packages/fn-types/package.json packages/fn-types/
16+
COPY packages/fn-generator/package.json packages/fn-generator/
17+
COPY packages/fn-client/package.json packages/fn-client/
18+
COPY packages/fn-cli/package.json packages/fn-cli/
1519
COPY job/server/package.json job/server/
1620
COPY job/worker/package.json job/worker/
1721
COPY job/service/package.json job/service/

0 commit comments

Comments
 (0)