stadtratmonitor/container/develop/Dockerfile

14 lines
256 B
Text
Raw Normal View History

2023-05-04 15:40:55 +02:00
# ~~~~~~~~~~~~~~~~~~~~~
# ~~~ DEVELOP IMAGE ~~~
# ~~~~~~~~~~~~~~~~~~~~~
FROM base AS development
RUN bundle config without test
RUN bundle update
RUN bundle install
WORKDIR /home/srm/app/
EXPOSE 3000
CMD bundle exec puma -C /home/srm/app/config/puma.rb