stadtratmonitor/container/develop/Dockerfile
2023-05-10 22:08:36 +02:00

13 lines
No EOL
273 B
Docker
Executable file

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