Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit 7934a22

Browse files
liangwaydazuma
authored andcommitted
Remove the invalid example from README.md (#170)
1 parent ea9940c commit 7934a22

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

ruby-base/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,6 @@ For other Docker hosts, you may create a Dockerfile based on this image that
4747
copies your application code, installs dependencies, and declares a command
4848
or entrypoint.
4949
50-
For example, if you have a Rack-based application with a `config.ru` file, you
51-
may use the following Dockerfile:
52-
53-
# Use the Ruby base image
54-
FROM l.gcr.io/google/ruby:latest
55-
56-
# Copy application files and install the bundle
57-
COPY . /app/
58-
RUN bundle install && rbenv rehash
59-
60-
# Default container command invokes rackup to start the server.
61-
CMD ["bundle", "exec", "rackup", "--port=8080"]
62-
6350
See the next section on the design of the base image for more information on
6451
what your Dockerfile should do.
6552

0 commit comments

Comments
 (0)