This should be your next step:
If even this doesn’t work, you can watch the logs via e.g.:
docker exec app ls -l /shared/log/rails/
docker exec -it app tail -f /shared/log/rails/production.log
This should be your next step:
If even this doesn’t work, you can watch the logs via e.g.:
docker exec app ls -l /shared/log/rails/
docker exec -it app tail -f /shared/log/rails/production.log