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