mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Improve Docker installation (#152)
This commit is contained in:
committed by
GitHub
parent
6198d814d8
commit
fd3665cce6
8
docker-entrypoint-prod.sh
Executable file
8
docker-entrypoint-prod.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
sh docker-entrypoint.sh
|
||||
|
||||
# Launch Rails server in production
|
||||
bundle exec rails server -e production
|
||||
Reference in New Issue
Block a user