mglaman / contribkanban.com

ContribKanban.com - turning Drupal.org issue queues into kanban boards to better Drupalkind
http://contribkanban.com/
GNU General Public License v2.0
62 stars 23 forks source link

Yarn workspaces prevents lock file from being included with app Dockerfile #382

Open mglaman opened 1 year ago

mglaman commented 1 year ago

The Dockerfile.app builds without a lock file because it's in the root directory for all workspaces. It probably needs to be copied in from outside the context, and that might not be possible.

Step 12/18 : RUN yarn
 ---> Running in aeafa286b76f
yarn install v1.22.19
info No lockfile found.
[1/4] Resolving packages..
mglaman commented 1 year ago

Found https://github.com/yarnpkg/yarn/issues/5428#issuecomment-753610535

Maybe https://yarn.build/

Needs Yarn v2