mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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:
parent
112cae9ace
commit
d70687c9b9
5 changed files with 38 additions and 36 deletions
|
|
@ -11,7 +11,7 @@ services:
|
|||
context: .
|
||||
args:
|
||||
CONTAINER_USERID: 1000
|
||||
command: /osem/bin/osem-init.sh
|
||||
command: foreman start -p 3000
|
||||
depends_on:
|
||||
- database
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue