strapi-docker icon indicating copy to clipboard operation
strapi-docker copied to clipboard

Add Strapi v4 support

Open pierreburgy opened this issue 2 years ago • 2 comments

Add Strapi v4 support for the Strapi Docker image.

pierreburgy avatar May 24 '22 11:05 pierreburgy

CLA assistant check
All committers have signed the CLA.

strapi-cla avatar May 24 '22 11:05 strapi-cla

If anyone is looking for an updated project I've created one here: https://github.com/bluecollardev/strapi-launcher

  • Supports Strapi v4 as well as older versions of Strapi (3x, 2x).
  • Specify Strapi versions and Node.js versions when building images.
  • Updated to use ES modules. As such this library requires Node.js >= 12.
  • Uses commander instead of argv for CLI.

bcdevlucas avatar May 27 '22 08:05 bcdevlucas