stadtratmonitor/container/develop/Dockerfile

13 lines
267 B
Text
Raw Normal View History

2023-05-04 15:40:55 +02:00
# ~~~~~~~~~~~~~~~~~~~~~
# ~~~ DEVELOP IMAGE ~~~
# ~~~~~~~~~~~~~~~~~~~~~
2023-05-04 21:10:01 +02:00
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
2023-05-04 15:40:55 +02:00
RUN bundle config without test
RUN bundle install
WORKDIR /home/srm/app/
EXPOSE 3000
2023-05-04 21:03:56 +02:00
CMD bundle exec puma -C /app/config/puma.rb