From 160c7754647eaf3b695b4c1215eb0842cd07f04b Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 26 Jul 2016 19:38:05 -0400 Subject: [PATCH] Expose the port to save on configuration --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 39d0b60..27543f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,5 @@ COPY Gemfile* ./ RUN bundle install --path=vendor/bundle --jobs=4 --without=development test COPY . /app +EXPOSE 9292 CMD bundle exec rackup -o 0.0.0.0