Get rid of bin/osem-init.sh

Setting up the app if it isn't already setup should be some
concious step and not run every time we boot the containers.

This also fixes the problem that processes are not killed
if you stop the container with CTRL+C because the bash script
is not passing on signals.
This commit is contained in:
Henne Vogelsang 2021-10-21 16:12:00 +02:00
parent 112cae9ace
commit d70687c9b9
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
5 changed files with 38 additions and 36 deletions

View file

@ -1,5 +0,0 @@
#!/bin/bash
# Setup the app if it isn't already setup
bundle exec rake db:bootstrap
# Start the app
foreman start -p 3000