mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01:00
13 lines
No EOL
279 B
Docker
Executable file
13 lines
No EOL
279 B
Docker
Executable file
# ~~~~~~~~~~~~~~~~~~~~~
|
|
# ~~~ TEST IMAGE ~~~
|
|
# ~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
|
|
|
|
RUN bundle config without reset_dummy_group
|
|
RUN bundle install --prefer-local
|
|
|
|
WORKDIR /
|
|
|
|
EXPOSE 3000
|
|
CMD bundle exec puma -C /app/config/puma.rb |