stadtratmonitor/container/develop/Dockerfile

14 lines
294 B
Text
Raw Normal View History

2023-05-04 15:40:55 +02:00
# ~~~~~~~~~~~~~~~~~~~~~
# ~~~ DEVELOP IMAGE ~~~
# ~~~~~~~~~~~~~~~~~~~~~
2023-05-04 20:19:58 +02:00
FROM code.cozy.town/codeforleipzig/stadtratmonitor:latest-base
2023-05-04 15:40:55 +02:00
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