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

11
container/deploy/Dockerfile Executable file
View 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