mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
11 lines
209 B
Text
11 lines
209 B
Text
|
# ~~~~~~~~~~~~~~~~~~~~
|
||
|
# ~~~ DEPLOY IMAGE ~~~
|
||
|
# ~~~~~~~~~~~~~~~~~~~~
|
||
|
|
||
|
FROM code.cozy.town/codeforleipzig/stadtratmonitor/base:latest
|
||
|
|
||
|
WORKDIR /
|
||
|
|
||
|
USER srm
|
||
|
EXPOSE 3000
|
||
|
CMD bundle exec puma -C /app/config/puma.rb
|