stadtratmonitor/container/develop/Dockerfile

13 lines
258 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
2023-05-05 17:35:22 +02:00
WORKDIR /app/
2023-05-04 15:40:55 +02:00
EXPOSE 3000
2023-05-04 21:03:56 +02:00
CMD bundle exec puma -C /app/config/puma.rb