stadtratmonitor/container/develop/Dockerfile

14 lines
No EOL
285 B
Docker
Executable file

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