strapi / strapi-docker

Install and run your first Strapi project using Docker
https://strapi.io
MIT License
1.16k stars 447 forks source link

Dockerhub documentation has broken links #323

Open jasonfharris opened 2 years ago

jasonfharris commented 2 years ago

Bug report

Describe the bug

From the main dockerhub page for Strapi: https://hub.docker.com/r/strapi/strapi

the link for strapi/base is broken. That is in the text at the bottom of the page it says:

How to use strapi/base

When deploying a strapi application to production you can use docker to package
your whole app in an image. You can create a Dockerfile in your strapi project like
the one in [./examples/custom](https://hub.docker.com/r/strapi/examples/custom)

But that link to ./examples/custom points to https://hub.docker.com/r/strapi/examples/custom which is a dead link

Steps to reproduce the behavior

  1. Go to https://hub.docker.com/r/strapi/strapi
  2. Scroll down to the section How to use strapi/base
  3. Click on the link ./examples/custom
  4. See error

System

Independent of system