stadtratmonitor/container/test/Dockerfile

13 lines
279 B
Text
Raw Permalink Normal View History

2023-05-10 22:08:36 +02:00
# ~~~~~~~~~~~~~~~~~~~~~
# ~~~ TEST IMAGE ~~~
# ~~~~~~~~~~~~~~~~~~~~~
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
RUN bundle config without reset_dummy_group
RUN bundle install --prefer-local
WORKDIR /
EXPOSE 3000
CMD bundle exec puma -C /app/config/puma.rb