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
11
container/deploy/Dockerfile
Executable file
11
container/deploy/Dockerfile
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue