fix: Add widgets ref to dockerfile (#4216)

Fixes missing docker entry from PR #4139
noah/prompt
J M Rossy 4 months ago committed by GitHub
parent 968160f4e2
commit 9edbc175cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      Dockerfile

@ -13,6 +13,7 @@ COPY .yarn/releases ./.yarn/releases
COPY .yarn/patches ./.yarn/patches
COPY typescript/utils/package.json ./typescript/utils/
COPY typescript/sdk/package.json ./typescript/sdk/
COPY typescript/widgets/package.json ./typescript/widgets/
COPY typescript/helloworld/package.json ./typescript/helloworld/
COPY typescript/cli/package.json ./typescript/cli/
COPY typescript/infra/package.json ./typescript/infra/

Loading…
Cancel
Save