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
13
container/test/Dockerfile
Executable file
13
container/test/Dockerfile
Executable file
|
@ -0,0 +1,13 @@
|
|||
# ~~~~~~~~~~~~~~~~~~~~~
|
||||
# ~~~ TEST IMAGE ~~~
|
||||
# ~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
FROM base AS testing
|
||||
|
||||
RUN bundle update
|
||||
RUN bundle install
|
||||
|
||||
WORKDIR /home/srm/app/
|
||||
|
||||
EXPOSE 3000
|
||||
CMD bundle exec puma -C /home/srm/app/config/puma.rb
|
Loading…
Add table
Add a link
Reference in a new issue