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

11
container/deploy/Dockerfile Executable file
View file

@ -0,0 +1,11 @@
# ~~~~~~~~~~~~~~~~~~~~
# ~~~ DEPLOY IMAGE ~~~
# ~~~~~~~~~~~~~~~~~~~~
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
WORKDIR /
USER srm
EXPOSE 3000
CMD bundle exec puma -C /app/config/puma.rb