Skip to content

Commit 21a9f10

Browse files
committed
Add default command
1 parent 4e94b39 commit 21a9f10

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

1.9/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ RUN apt-get update \
2323
RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc
2424

2525
RUN gem install bundler
26+
27+
CMD [ "irb" ]

2.1/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ RUN apt-get update \
2323
RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc
2424

2525
RUN gem install bundler
26+
27+
CMD [ "irb" ]

0 commit comments

Comments
 (0)