stadtratmonitor/container/test/Dockerfile
2023-05-05 17:35:22 +02:00

12 lines
No EOL
224 B
Docker
Executable file

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