mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
test docker ci
This commit is contained in:
parent
bc541dc0fa
commit
e6fe3022de
7 changed files with 101 additions and 67 deletions
11
container/deploy/Dockerfile
Executable file
11
container/deploy/Dockerfile
Executable file
|
@ -0,0 +1,11 @@
|
|||
# ~~~~~~~~~~~~~~~~~~~~
|
||||
# ~~~ DEPLOY IMAGE ~~~
|
||||
# ~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
FROM base AS deploy
|
||||
|
||||
WORKDIR /home/srm/app/
|
||||
|
||||
USER srm
|
||||
EXPOSE 3000
|
||||
CMD bundle exec puma -C /home/srm/app/config/puma.rb
|
Loading…
Add table
Add a link
Reference in a new issue