mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 16:13:14 +01:00
13 lines
273 B
Text
13 lines
273 B
Text
|
# ~~~~~~~~~~~~~~~~~~~~~
|
||
|
# ~~~ 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
|