stadtratmonitor/container/test/Dockerfile

13 lines
251 B
Text
Raw Normal View History

2023-05-04 15:40:55 +02:00
# ~~~~~~~~~~~~~~~~~~~~~
# ~~~ TEST 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 update
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