test docker ci

This commit is contained in:
Vri 🌈 2023-05-04 15:40:55 +02:00
parent bc541dc0fa
commit e6fe3022de
Signed by: vrifox
GPG key ID: D40098E5B60B2197
7 changed files with 101 additions and 67 deletions

13
container/test/Dockerfile Executable file
View 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