strapi-community / strapi-tool-dockerize

Easy add support for docker to your strapi project
MIT License
514 stars 35 forks source link

pnpm option #49

Closed eucciferri closed 1 year ago

eucciferri commented 1 year ago

Feature Request

I was wondering to know if it's possible to add pnpm package manager

pnpm option available

N/A

N/A

Eventyret commented 1 year ago

Will see if we can add support for that

Eventyret commented 1 year ago

After some research we will need to put a hold on pnpm support due that Strapi is not even supporting it. yarn berry and pnpm is currently not supported. So it would be weird to have a tool to use something that's not supported yet.

I will still look into if we can make it work with it, as it's just a tool but until Strapi supports it there is no point to use pnpm to install it

Eventyret commented 1 year ago

Will close this issue for now, if Strapi supports pnpm officially then we will look into do this with the Docker container as well