Prod build process
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
# printenv >> /etc/environment
|
||||
|
||||
echo "starting jobs..."
|
||||
# bin/jobs start
|
||||
bundle exec bin/delayed_job run
|
||||
|
||||
# Then exec the container's main process (what's set as CMD in the Dockerfile).
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user