mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-04 09:46:43 +02:00
14 lines
No EOL
285 B
Docker
Executable file
14 lines
No EOL
285 B
Docker
Executable file
# ~~~~~~~~~~~~~~~~~~~~~
|
|
# ~~~ DEVELOP IMAGE ~~~
|
|
# ~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
|
|
|
|
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 |