improve containers

This commit is contained in:
Vri 🌈 2023-05-10 22:08:36 +02:00 committed by GitHub
parent e727f0e438
commit 93a9df63e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 3255 additions and 176 deletions

13
container/develop/Dockerfile Executable file
View 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