mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
improve containers
This commit is contained in:
parent
e727f0e438
commit
93a9df63e6
13 changed files with 3255 additions and 176 deletions
13
container/develop/Dockerfile
Executable file
13
container/develop/Dockerfile
Executable file
|
@ -0,0 +1,13 @@
|
|||
# ~~~~~~~~~~~~~~~~~~~~~
|
||||
# ~~~ 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
|
Loading…
Add table
Add a link
Reference in a new issue