Improve Docker installation (#152)

This commit is contained in:
Riccardo Graziosi
2022-09-15 17:15:12 +02:00
committed by GitHub
parent 6198d814d8
commit fd3665cce6
37 changed files with 218 additions and 333 deletions

8
docker-entrypoint-prod.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
sh docker-entrypoint.sh
# Launch Rails server in production
bundle exec rails server -e production