mirror of
https://github.com/astuto/astuto.git
synced 2025-12-14 18:57:51 +01:00
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
sh docker-entrypoint.sh
|
|
|
|
# Launch Rails server in production
|
|
bundle exec rails server -e production |