Expose the port to save on configuration
This commit is contained in:
parent
1393f7fdcb
commit
160c775464
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue