From 890f56fb578a4232460d15c18dbc2002025bc34f Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sat, 8 Jan 2022 10:52:33 -0600 Subject: [PATCH 1/3] fix: namespace v4 strapi package for yarn pull --- strapi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strapi/Dockerfile b/strapi/Dockerfile index b06d35a5..87dc155c 100644 --- a/strapi/Dockerfile +++ b/strapi/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_VERSION FROM strapi/base:${BASE_VERSION} ARG STRAPI_VERSION -RUN yarn global add strapi@${STRAPI_VERSION} +RUN yarn global add @strapi/strapi@${STRAPI_VERSION} RUN mkdir /srv/app && chown 1000:1000 -R /srv/app From 561fec6ede81dfdf113683b6e5b94d41837b36f2 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sat, 8 Jan 2022 11:20:10 -0600 Subject: [PATCH 2/3] needed email associated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a88043e5..54e68a55 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The most advanced open-source Content Management Framework to build powerful API --- [![Travis](https://img.shields.io/travis/strapi/strapi-docker.svg?style=for-the-badge)](https://travis-ci.org/strapi/strapi-docker) -[![Docker Pulls](https://img.shields.io/docker/pulls/strapi/strapi.svg?style=for-the-badge)](https://hub.docker.com/r/strapi/strapi) +[![Docker Pulls](https://img.shields.io/docker/pulls/strapi/strapi.svg?style=for-the-badge)](https://hub.docker.com/r/strapi/strapi) ## Images From ad949c58fd40364d4f4cfe0ddf32c6e10c7bb54f Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sat, 8 Jan 2022 11:22:51 -0600 Subject: [PATCH 3/3] needed email associated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54e68a55..a88043e5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The most advanced open-source Content Management Framework to build powerful API --- [![Travis](https://img.shields.io/travis/strapi/strapi-docker.svg?style=for-the-badge)](https://travis-ci.org/strapi/strapi-docker) -[![Docker Pulls](https://img.shields.io/docker/pulls/strapi/strapi.svg?style=for-the-badge)](https://hub.docker.com/r/strapi/strapi) +[![Docker Pulls](https://img.shields.io/docker/pulls/strapi/strapi.svg?style=for-the-badge)](https://hub.docker.com/r/strapi/strapi) ## Images