diff --git a/README.md b/README.md index a95c876..75bf998 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The Heroku base images for ruby got [deprecated](https://github.com/heroku/docke ### Usage -The root folder for your Rails project must have a `Gemfile` and `Gemfile.lock` file. Then build a Dockerfile for your project with this image as base, and with other project-specific instructions `FROM ghrc.io/flecto-io/heroku-rails:20-2.7.4`. +The root folder for your Rails project must have a `Gemfile` and `Gemfile.lock` file. Then build a Dockerfile for your project with this image as base, and with other project-specific instructions `FROM ghcr.io/flecto-io/heroku-rails:20-2.7.4`. Then you can either run it with standard Docker `docker run --rm -ti your-project` or, more commonly from a Docker Compose based development `$ docker-compose up web`.