add Dockerfile and configure production app

This commit is contained in:
Alex Turchyn
2023-06-24 22:50:12 +03:00
parent 8bb6ff7ab3
commit 8a6430f117
25 changed files with 300 additions and 193 deletions
+29
View File
@@ -0,0 +1,29 @@
/db/*.sqlite3
/node_modules
/coverage
/doc
/.git
/.github
/.bundle
/.yardoc
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
/tmp/pids/*
!/tmp/pids/.keep
/storage/*
!/storage/.keep
.byebug_history
/config/master.key
/public/packs-test
LICENSE
/attachments
/docuseal
.DS_Store