stadtratmonitor/container/test/Dockerfile

12 lines
233 B
Text
Raw Normal View History

2023-05-04 15:40:55 +02:00
# ~~~~~~~~~~~~~~~~~~~~~
# ~~~ TEST 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 install
WORKDIR /home/srm/app/
EXPOSE 3000
2023-05-04 21:03:56 +02:00
CMD bundle exec puma -C /app/config/puma.rb