Expose the port to save on configuration

This commit is contained in:
Andrew Tomaka 2016-07-26 19:38:05 -04:00
parent 1393f7fdcb
commit 160c775464
1 changed files with 1 additions and 0 deletions

View File

@ -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