stadtratmonitor/container/test/Dockerfile
2023-05-04 20:19:58 +02:00

13 lines
No EOL
260 B
Docker
Executable file

# ~~~~~~~~~~~~~~~~~~~~~
# ~~~ TEST IMAGE ~~~
# ~~~~~~~~~~~~~~~~~~~~~
FROM code.cozy.town/codeforleipzig/stadtratmonitor:latest-base
RUN bundle update
RUN bundle install
WORKDIR /home/srm/app/
EXPOSE 3000
CMD bundle exec puma -C /home/srm/app/config/puma.rb