From d44427baf771fff146a3e68f9213dee2b5d5cb0d Mon Sep 17 00:00:00 2001 From: Julien Boyer Date: Thu, 3 Aug 2023 20:02:05 +0200 Subject: [PATCH] remove unnecessary build Signed-off-by: Julien Boyer Signed-off-by: sitarane --- official-documentation-samples/rails/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/official-documentation-samples/rails/README.md b/official-documentation-samples/rails/README.md index 81cbd94..cd2bc0c 100644 --- a/official-documentation-samples/rails/README.md +++ b/official-documentation-samples/rails/README.md @@ -220,14 +220,6 @@ Remove: gem "webdrivers" ``` -Now that you’ve got a new Gemfile, you need to build the image again. (This, and -changes to the `Gemfile` or the Dockerfile, should be the only times you’ll need -to rebuild.) - -```console -$ docker compose build -``` - ## Connect the database The app is now bootable, but you're not quite there yet. By default, Rails