mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-04 09:46:43 +02:00
13 lines
No EOL
251 B
Docker
Executable file
13 lines
No EOL
251 B
Docker
Executable file
# ~~~~~~~~~~~~~~~~~~~~~
|
|
# ~~~ TEST IMAGE ~~~
|
|
# ~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
FROM code.cozy.town/codeforleipzig/stadtratmonitor:latest-base
|
|
|
|
RUN bundle update
|
|
RUN bundle install
|
|
|
|
WORKDIR /home/srm/app/
|
|
|
|
EXPOSE 3000
|
|
CMD bundle exec puma -C /app/config/puma.rb |