Sei sulla pagina 1di 1

FROM ruby:2.1.

5
EXPOSE 9292
ADD src /temp
WORKDIR /temp
RUN bundle install --without development test
CMD ["bundle","exec","rackup","-o","0.0.0.0"]

Potrebbero piacerti anche